Argument

Undocumented in source.

Constructors

this
this(Type type)
Undocumented in source.

Members

Functions

genDot
string genDot(size_t nameIndex, string nodeName)
Undocumented in source. Be warned that the author may not have intended to support it.
randomChange
void randomChange()
Undocumented in source.
randomChange
void randomChange(string maxChange)
Undocumented in source.
saveYaml
Node saveYaml()
Undocumented in source.

Properties

children
ulong children [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
dup
Argument dup [@property getter]
Undocumented in source.
leafs
ulong leafs [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
tostring
uint tostring [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
type
Type type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

loadYaml
Argument loadYaml(Type type, 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