mir-ion — Libmir Archive
← Libmir Archive
Dlang.org
IonStruct.opApply
mir
ion
value
IonStruct
For iteration with
size_t
(symbol ID),
IonErrorCode
, and
IonDescribedValue
triplets.
int
opApply
(int delegate(size_t symbolID, scope IonDescribedValue value) @(safe) pure @(nogc) dg)
int
opApply
(int delegate(size_t symbolID, scope IonDescribedValue value) @(safe) @(nogc) dg)
int
opApply
(int delegate(size_t symbolID, scope IonDescribedValue value) @(safe) pure dg)
int
opApply
(int delegate(size_t symbolID, scope IonDescribedValue value) @(safe) dg)
int
opApply
(int delegate(size_t symbolID, scope IonDescribedValue value) @(system) pure @(nogc) dg)
int
opApply
(int delegate(size_t symbolID, scope IonDescribedValue value) @(system) @(nogc) dg)
int
opApply
(int delegate(size_t symbolID, scope IonDescribedValue value) @(system) pure dg)
int
opApply
(int delegate(size_t symbolID, scope IonDescribedValue value) @(system) dg)
int
opApply
(int delegate(IonErrorCode error, size_t symbolID, scope IonDescribedValue value) @(safe) pure nothrow @(nogc) dg)
int
opApply
(int delegate(IonErrorCode error, size_t symbolID, scope IonDescribedValue value) @(safe) nothrow @(nogc) dg)
int
opApply
(int delegate(IonErrorCode error, size_t symbolID, scope IonDescribedValue value) @(safe) pure @(nogc) dg)
int
opApply
(int delegate(IonErrorCode error, size_t symbolID, scope IonDescribedValue value) @(safe) pure nothrow dg)
int
opApply
(int delegate(IonErrorCode error, size_t symbolID, scope IonDescribedValue value) @(safe) @(nogc) dg)
int
opApply
(int delegate(IonErrorCode error, size_t symbolID, scope IonDescribedValue value) @(safe) pure dg)
int
opApply
(int delegate(IonErrorCode error, size_t symbolID, scope IonDescribedValue value) @(safe) nothrow dg)
int
opApply
(int delegate(IonErrorCode error, size_t symbolID, scope IonDescribedValue value) @(safe) dg)
int
opApply
(int delegate(IonErrorCode error, size_t symbolID, scope IonDescribedValue value) @(system) pure nothrow @(nogc) dg)
int
opApply
(int delegate(IonErrorCode error, size_t symbolID, scope IonDescribedValue value) @(system) nothrow @(nogc) dg)
int
opApply
(int delegate(IonErrorCode error, size_t symbolID, scope IonDescribedValue value) @(system) pure @(nogc) dg)
int
opApply
(int delegate(IonErrorCode error, size_t symbolID, scope IonDescribedValue value) @(system) pure nothrow dg)
int
opApply
(int delegate(IonErrorCode error, size_t symbolID, scope IonDescribedValue value) @(system) @(nogc) dg)
int
opApply
(int delegate(IonErrorCode error, size_t symbolID, scope IonDescribedValue value) @(system) pure dg)
int
opApply
(int delegate(IonErrorCode error, size_t symbolID, scope IonDescribedValue value) @(system) nothrow dg)
int
opApply
(int delegate(IonErrorCode error, size_t symbolID, scope IonDescribedValue value) @(system) dg)
int
opApply
(Dg dg)
int
opApply
(Dg dg)
struct
IonStruct
version(GenericOpApply)
const scope
int
opApply
(
Dg
)
(
scope
Dg
dg
)
if
(
ParameterTypeTuple
!
Dg.length
== 3
)
mir
ion
value
IonStruct
functions
empty
opApply
serialize
sorted
walkLength
withSymbols
variables
data
descriptor
For iteration with size_t (symbol ID), IonErrorCode, and IonDescribedValue triplets.