Table

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

mixin template Table (
ParentType
) {}

Members

Static functions

init_
ParentType init_(size_t pos, ByteBuffer buffer)

Create this Struct as a Table.

Meta