allocate(void[]*x, uint count, uint width, BufferDecoder decoder) | SimpleAllocator | [inline, private] |
bind(IReader reader) | SimpleAllocator | [inline, private] |
buffer | AbstractReader | [protected] |
count(uint elements) | AbstractReader | [inline, private] |
decode | AbstractReader | [protected] |
get(IReadable x) | AbstractReader | [inline] |
get(inout bool x) | AbstractReader | [inline] |
get(inout ubyte x) | AbstractReader | [inline] |
get(inout byte x) | AbstractReader | [inline] |
get(inout ushort x) | AbstractReader | [inline] |
get(inout short x) | AbstractReader | [inline] |
get(inout uint x) | AbstractReader | [inline] |
get(inout int x) | AbstractReader | [inline] |
get(inout ulong x) | AbstractReader | [inline] |
get(inout long x) | AbstractReader | [inline] |
get(inout float x) | AbstractReader | [inline] |
get(inout double x) | AbstractReader | [inline] |
get(inout real x) | AbstractReader | [inline] |
get(inout char x) | AbstractReader | [inline] |
get(inout wchar x) | AbstractReader | [inline] |
get(inout dchar x) | AbstractReader | [inline] |
get(inout ubyte[] x, uint elements=uint.max) | AbstractReader | [inline] |
get(inout byte[] x, uint elements=uint.max) | AbstractReader | [inline] |
get(inout ushort[] x, uint elements=uint.max) | AbstractReader | [inline] |
get(inout short[] x, uint elements=uint.max) | AbstractReader | [inline] |
get(inout uint[] x, uint elements=uint.max) | AbstractReader | [inline] |
get(inout int[] x, uint elements=uint.max) | AbstractReader | [inline] |
get(inout ulong[] x, uint elements=uint.max) | AbstractReader | [inline] |
get(inout long[] x, uint elements=uint.max) | AbstractReader | [inline] |
get(inout float[] x, uint elements=uint.max) | AbstractReader | [inline] |
get(inout double[] x, uint elements=uint.max) | AbstractReader | [inline] |
get(inout real[] x, uint elements=uint.max) | AbstractReader | [inline] |
get(inout char[] x, uint elements=uint.max) | AbstractReader | [inline] |
get(inout wchar[] x, uint elements=uint.max) | AbstractReader | [inline] |
get(inout dchar[] x, uint elements=uint.max) | AbstractReader | [inline] |
getAllocator() | AbstractReader | [inline] |
getBuffer() | AbstractReader | [inline] |
isMutable(void *x) | SimpleAllocator | [inline, private] |
memory | AbstractReader | [private] |
opCall typedef | AbstractReader | |
opShr typedef | AbstractReader | |
reset() | SimpleAllocator | [inline, private] |
setAllocator(IArrayAllocator memory) | AbstractReader | [inline] |
setDecoder(IDecoder d) | AbstractReader | [inline] |
this(IBuffer buffer) | AbstractReader | [inline] |
wait() | AbstractReader | [inline] |