Public Types | |
typedef InputStream::Ch | Ch |
Public Member Functions | |
NumberStream (GenericReader &reader, InputStream &s) | |
RAPIDJSON_FORCEINLINE Ch | Peek () const |
RAPIDJSON_FORCEINLINE Ch | TakePush () |
RAPIDJSON_FORCEINLINE Ch | Take () |
RAPIDJSON_FORCEINLINE void | Push (char) |
size_t | Tell () |
size_t | Length () |
const char * | Pop () |
Protected Member Functions | |
NumberStream & | operator= (const NumberStream &) |
Protected Attributes | |
InputStream & | is |
typedef InputStream::Ch GenericReader< SourceEncoding, TargetEncoding, StackAllocator >::NumberStream< InputStream, false, false >::Ch |
|
inline |
Definition at line 1401 of file reader.h.
|
inline |
|
protected |
|
inline |
Definition at line 1403 of file reader.h.
|
inline |
|
inline |
|
inline |
Definition at line 1405 of file reader.h.
|
inline |
Definition at line 1404 of file reader.h.
|
inline |
Definition at line 1408 of file reader.h.
|
protected |