flatbuffers.table

Undocumented in source.

Public Imports

std.typecons
public import std.typecons;
Undocumented in source.

Members

Mixin templates

Struct
mixintemplate Struct(ParentType)

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

Table
mixintemplate Table(ParentType)

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

Structs

Iterator
struct Iterator(ParentType, ReturnType, string accessor)

Iterator for the vector.

Meta