The OpenD Programming Language

IonValueStream.opApply

  1. int opApply(int delegate(scope const(char[])[] symbolTable, scope IonDescribedValue value) @(safe) pure @(nogc) dg)
  2. int opApply(int delegate(scope const(char[])[] symbolTable, scope IonDescribedValue value) @(safe) @(nogc) dg)
  3. int opApply(int delegate(scope const(char[])[] symbolTable, scope IonDescribedValue value) @(safe) pure dg)
  4. int opApply(int delegate(scope const(char[])[] symbolTable, scope IonDescribedValue value) @(safe) dg)
  5. int opApply(int delegate(scope const(char[])[] symbolTable, scope IonDescribedValue value) @(system) pure @(nogc) dg)
    struct IonValueStream
    version(D_Exceptions)
    const @system pure @nogc scope
    int
    opApply
    (
    scope int delegate
    (
    scope const(char[])[] symbolTable
    ,)
    @system pure @nogc
    dg
    )
  6. int opApply(int delegate(scope const(char[])[] symbolTable, scope IonDescribedValue value) @(system) @(nogc) dg)
  7. int opApply(int delegate(scope const(char[])[] symbolTable, scope IonDescribedValue value) @(system) pure dg)
  8. int opApply(int delegate(scope const(char[])[] symbolTable, scope IonDescribedValue value) @(system) dg)
  9. int opApply(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(safe) pure nothrow @(nogc) dg)
  10. int opApply(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(safe) nothrow @(nogc) dg)
  11. int opApply(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(safe) pure @(nogc) dg)
  12. int opApply(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(safe) pure nothrow dg)
  13. int opApply(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(safe) @(nogc) dg)
  14. int opApply(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(safe) pure dg)
  15. int opApply(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(safe) nothrow dg)
  16. int opApply(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(safe) dg)
  17. int opApply(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(system) pure nothrow @(nogc) dg)
  18. int opApply(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(system) nothrow @(nogc) dg)
  19. int opApply(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(system) pure @(nogc) dg)
  20. int opApply(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(system) pure nothrow dg)
  21. int opApply(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(system) @(nogc) dg)
  22. int opApply(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(system) pure dg)
  23. int opApply(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(system) nothrow dg)
  24. int opApply(int delegate(IonErrorCode error, scope const(char[])[] symbolTable, scope IonDescribedValue value) @(system) dg)

Meta