CerealiserImpl

Undocumented in source.

Constructors

this
this(R r)
Undocumented in source.

Members

Functions

bytes
const(ubyte[]) bytes()
Undocumented in source. Be warned that the author may not have intended to support it.
grainBits
void grainBits(uint value, int bits)
Undocumented in source. Be warned that the author may not have intended to support it.
grainClass
void grainClass(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
grainRaw
void grainRaw(ubyte[] val)
Undocumented in source. Be warned that the author may not have intended to support it.
grainUByte
void grainUByte(ubyte val)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
CerealiserImpl opOpAssign(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(const(T)[] val)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(const(V[K]) val)
Undocumented in source. Be warned that the author may not have intended to support it.
writeBits
void writeBits(int value, int bits)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

type
enum type;
Undocumented in source.

Static functions

registerChildClass
void registerChildClass()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta