GffStruct

GFF structure value type (string => GffField map)

Constructors

this
this(inout(FastGff) gff, inout(FastGff.Struct)* internal)
Undocumented in source.

Members

Functions

opApply
int opApply(int delegate(in GffField child) dlg)

Allows foreach(gffField ; this)

opBinaryRight
const(NullableField) opBinaryRight(string label)

Allows "value" in this

opIndex
const(GffField) opIndex(string label)

Get child GffField

toPrettyString
string toPrettyString(string tabs)

Serialize the struct and its children in a human-readable format

Properties

id
uint32_t id [@property getter]

Struct subtype ID

Structs

NullableField
struct NullableField

Return type for "key" in gffStruct. Behaves like a pointer.

Meta