Public Types | |
| typedef CharType | Ch |
Public Member Functions | |
| StackStream (internal::Stack< StackAllocator > &stack) | |
| RAPIDJSON_FORCEINLINE void | Put (Ch c) |
| RAPIDJSON_FORCEINLINE void * | Push (SizeType count) |
| size_t | Length () const |
| Ch * | Pop () |
Private Member Functions | |
| StackStream (const StackStream &) | |
| StackStream & | operator= (const StackStream &) |
Private Attributes | |
| internal::Stack< StackAllocator > & | stack_ |
| SizeType | length_ |
| typedef CharType GenericReader< SourceEncoding, TargetEncoding, StackAllocator >::StackStream< CharType >::Ch |
|
inline |
Definition at line 930 of file reader.h.
|
private |
|
inline |
|
private |
|
inline |
Definition at line 943 of file reader.h.
|
inline |
Definition at line 936 of file reader.h.
|
inline |
Definition at line 931 of file reader.h.
|
private |
|
private |
1.8.11