Type

Undocumented in source.

Constructors

this
this(string name)
Undocumented in source.

Members

Functions

convert
Argument convert(Argument val)
Undocumented in source. Be warned that the author may not have intended to support it.
getNewArg
Argument getNewArg()
Undocumented in source. Be warned that the author may not have intended to support it.
getNewArg
Argument getNewArg(string min, string max, string[] exVal)
Undocumented in source. Be warned that the author may not have intended to support it.
isConvertable
bool isConvertable(Type from)
Undocumented in source. Be warned that the author may not have intended to support it.
loadArgument
Argument loadArgument(Node node)

Should be defined by all childs.

loadArgument
Argument loadArgument(InputStream stream)

Should be defined by all childs.

registerConvertor
void registerConvertor(ConvertorFunc func, Type toType)
Undocumented in source. Be warned that the author may not have intended to support it.
saveBinary
void saveBinary(OutputStream stream)
Undocumented in source. Be warned that the author may not have intended to support it.
saveYaml
Node saveYaml()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

loadBinary
Type loadBinary(InputStream stream)
Undocumented in source. Be warned that the author may not have intended to support it.
loadYaml
Type loadYaml(Node node)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ISerializable

saveBinary
void saveBinary(OutputStream stream)

Saving function to binary stream

Meta