TestClass

Testing custom YAML class type.

Constructors

this
this(int x, int y, int z)
Undocumented in source.

Members

Functions

opCmp
int opCmp(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

x
int x;
y
int y;
z
int z;
Undocumented in source.

Meta