ArgPod

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(T val)
Undocumented in source.

Members

Functions

opAssign
ArgPod!T opAssign(Argument val)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
ArgPod!T opAssign(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
randomChange
void randomChange()
Undocumented in source. Be warned that the author may not have intended to support it.
randomChange
void randomChange(string maxChange)
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

dup
Argument dup [@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.
val
T val [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
T value [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

mVal
T mVal;
Undocumented in source.

Inherited Members

From ISerializable

saveBinary
void saveBinary(OutputStream stream)

Saving function to binary stream

Meta