The OpenD Programming Language

IonStructWithSymbols

Ion struct (object) with a symbol table

struct IonStructWithSymbols {}

Members

Functions

empty
bool empty()
opApply
int opApply(int delegate(scope const(char)[] symbol, scope IonDescribedValue value) @(safe) pure @(nogc) dg)
int opApply(int delegate(scope const(char)[] symbol, scope IonDescribedValue value) @(safe) @(nogc) dg)
int opApply(int delegate(scope const(char)[] symbol, scope IonDescribedValue value) @(safe) pure dg)
int opApply(int delegate(scope const(char)[] symbol, scope IonDescribedValue value) @(safe) dg)
int opApply(int delegate(scope const(char)[] symbol, scope IonDescribedValue value) @(system) pure @(nogc) dg)
int opApply(int delegate(scope const(char)[] symbol, scope IonDescribedValue value) @(system) @(nogc) dg)
int opApply(int delegate(scope const(char)[] symbol, scope IonDescribedValue value) @(system) pure dg)
int opApply(int delegate(scope const(char)[] symbol, scope IonDescribedValue value) @(system) dg)
opApply
int opApply(int delegate(IonErrorCode error, scope const(char)[] symbol, scope IonDescribedValue value) @(safe) pure nothrow @(nogc) dg)
int opApply(int delegate(IonErrorCode error, scope const(char)[] symbol, scope IonDescribedValue value) @(safe) nothrow @(nogc) dg)
int opApply(int delegate(IonErrorCode error, scope const(char)[] symbol, scope IonDescribedValue value) @(safe) pure @(nogc) dg)
int opApply(int delegate(IonErrorCode error, scope const(char)[] symbol, scope IonDescribedValue value) @(safe) pure nothrow dg)
int opApply(int delegate(IonErrorCode error, scope const(char)[] symbol, scope IonDescribedValue value) @(safe) @(nogc) dg)
int opApply(int delegate(IonErrorCode error, scope const(char)[] symbol, scope IonDescribedValue value) @(safe) pure dg)
int opApply(int delegate(IonErrorCode error, scope const(char)[] symbol, scope IonDescribedValue value) @(safe) nothrow dg)
int opApply(int delegate(IonErrorCode error, scope const(char)[] symbol, scope IonDescribedValue value) @(safe) dg)
int opApply(int delegate(IonErrorCode error, scope const(char)[] symbol, scope IonDescribedValue value) @(system) pure nothrow @(nogc) dg)
int opApply(int delegate(IonErrorCode error, scope const(char)[] symbol, scope IonDescribedValue value) @(system) nothrow @(nogc) dg)
int opApply(int delegate(IonErrorCode error, scope const(char)[] symbol, scope IonDescribedValue value) @(system) pure @(nogc) dg)
int opApply(int delegate(IonErrorCode error, scope const(char)[] symbol, scope IonDescribedValue value) @(system) pure nothrow dg)
int opApply(int delegate(IonErrorCode error, scope const(char)[] symbol, scope IonDescribedValue value) @(system) @(nogc) dg)
int opApply(int delegate(IonErrorCode error, scope const(char)[] symbol, scope IonDescribedValue value) @(system) pure dg)
int opApply(int delegate(IonErrorCode error, scope const(char)[] symbol, scope IonDescribedValue value) @(system) nothrow dg)
int opApply(int delegate(IonErrorCode error, scope const(char)[] symbol, scope IonDescribedValue value) @(system) dg)
opBinaryRight
Nullable!IonDescribedValue opBinaryRight(const(char)[] symbol)
opIndex
auto opIndex(const(char)[] symbol)
serialize
void serialize(S serializer)
sorted
bool sorted()

Variables

ionStruct
IonStruct ionStruct;
symbolTable
const(char[])[] symbolTable;

Meta