Public Member Functions | |
| NumberStream (GenericReader &reader, InputStream &is) | |
| RAPIDJSON_FORCEINLINE Ch | TakePush () |
| RAPIDJSON_FORCEINLINE void | Push (char c) |
| size_t | Length () |
| const char * | Pop () |
Public Member Functions inherited from GenericReader< SourceEncoding, TargetEncoding, StackAllocator >::NumberStream< InputStream, false, false > | |
| 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 () |
Private Types | |
| typedef NumberStream< InputStream, false, false > | Base |
Private Attributes | |
| StackStream< char > | stackStream |
Additional Inherited Members | |
Public Types inherited from GenericReader< SourceEncoding, TargetEncoding, StackAllocator >::NumberStream< InputStream, false, false > | |
| typedef InputStream::Ch | Ch |
Protected Member Functions inherited from GenericReader< SourceEncoding, TargetEncoding, StackAllocator >::NumberStream< InputStream, false, false > | |
| NumberStream & | operator= (const NumberStream &) |
Protected Attributes inherited from GenericReader< SourceEncoding, TargetEncoding, StackAllocator >::NumberStream< InputStream, false, false > | |
| InputStream & | is |
|
private |
|
inline |
Definition at line 1422 of file reader.h.
|
inline |
Definition at line 1433 of file reader.h.
|
inline |
Definition at line 1435 of file reader.h.
|
inline |
Definition at line 1429 of file reader.h.
|
inline |
Definition at line 1424 of file reader.h.
|
private |
1.8.11