Struct

Mixin this template to all structs in the generated code derive , and add their own accessors.

mixin template Struct (
ParentType
) {}

Members

Static functions

init_
ParentType init_(size_t pos, ByteBuffer buffer)

Create this Struct.

Meta