PopAbstract

Undocumented in source.

Members

Functions

genName
void genName(size_t size)
Undocumented in source.
opApply
int opApply(int delegate(IndAbstract) dg)
Undocumented in source.
opApply
int opApply(int delegate(size_t, IndAbstract) dg)
Undocumented in source.
opDollar
size_t opDollar()
Undocumented in source.
opIndex
IndAbstract opIndex(size_t i)
Undocumented in source.
opSlice
IndAbstract[] opSlice(size_t a, size_t b)
Undocumented in source.
saveYaml
Node saveYaml()
Undocumented in source.

Properties

generation
size_t generation [@property getter]
Undocumented in source.
generation
size_t generation [@property setter]
Undocumented in source.
length
size_t length [@property getter]
Undocumented in source.
name
string name [@property getter]
Undocumented in source.
name
string name [@property setter]
Undocumented in source.

Inherited Members

From ISerializable

saveBinary
void saveBinary(OutputStream stream)

Saving function to binary stream

Meta