mir-ion — Libmir Archive
← Libmir Archive
Dlang.org
IonValueStream.opApply
mir
ion
stream
IonValueStream
Iterates over the stream's values, invoking a delegate with a symbol
(community summary)
int
opApply
(int delegate(scope const(char[])[] symbolTable, scope IonDescribedValue value) @(safe) pure @(nogc) dg)
int
opApply
(int delegate(scope const(char[])[] symbolTable, scope IonDescribedValue value) @(safe) @(nogc) dg)
int
opApply
(int delegate(scope const(char[])[] symbolTable, scope IonDescribedValue value) @(safe) pure dg)
int
opApply
(int delegate(scope const(char[])[] symbolTable, scope IonDescribedValue value) @(safe) dg)
int
opApply
(int delegate(scope const(char[])[] symbolTable, scope IonDescribedValue value) @(system) pure @(nogc) dg)
int
opApply
(int delegate(scope const(char[])[] symbolTable, scope IonDescribedValue value) @(system) @(nogc) dg)
int
opApply
(int delegate(scope const(char[])[] symbolTable, scope IonDescribedValue value) @(system) pure dg)
int
opApply
(int delegate(scope const(char[])[] symbolTable, scope IonDescribedValue value) @(system) dg)
int
opApply
(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(safe) pure nothrow @(nogc) dg)
int
opApply
(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(safe) nothrow @(nogc) dg)
int
opApply
(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(safe) pure @(nogc) dg)
int
opApply
(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(safe) pure nothrow dg)
int
opApply
(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(safe) @(nogc) dg)
int
opApply
(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(safe) pure dg)
int
opApply
(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(safe) nothrow dg)
int
opApply
(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(safe) dg)
int
opApply
(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(system) pure nothrow @(nogc) dg)
int
opApply
(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(system) nothrow @(nogc) dg)
int
opApply
(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(system) pure @(nogc) dg)
struct
IonValueStream
const @
system
pure @
nogc
scope
int
opApply
(
scope
int
delegate
(
IonErrorCode
error
,
scope
const
(
char
[])[]
symbolTable
,
scope
IonDescribedValue
value
)
@
system
pure @
nogc
dg
)
int
opApply
(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(system) pure nothrow dg)
int
opApply
(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(system) @(nogc) dg)
int
opApply
(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(system) pure dg)
int
opApply
(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(system) nothrow dg)
int
opApply
(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(system) dg)
mir
ion
stream
IonValueStream
functions
opApply
serialize
variables
data
Iterates over the stream's values, invoking a delegate with a symbol (community summary)