Public Member Functions | |
IReader | opShr (IReadable s) |
IReader | opShr (inout bool x) |
IReader | opShr (inout ubyte x) |
IReader | opShr (inout byte x) |
IReader | opShr (inout ushort x) |
IReader | opShr (inout short x) |
IReader | opShr (inout uint x) |
IReader | opShr (inout int x) |
IReader | opShr (inout ulong x) |
IReader | opShr (inout long x) |
IReader | opShr (inout float x) |
IReader | opShr (inout double x) |
IReader | opShr (inout real x) |
IReader | opShr (inout char x) |
IReader | opShr (inout wchar x) |
IReader | opShr (inout dchar x) |
IReader | opShr (inout char[] x) |
IReader | opShr (inout wchar[] x) |
IReader | opShr (inout dchar[] x) |
Definition at line 241 of file IReader.d.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|