GenericReader::StackStream
Engine/source/persistence/rapidjson/reader.h
Public Types
CharType
Ch
Private Attributes
internal::Stack< StackAllocator > &
Public Functions
Private Functions
StackStream(const StackStream & )
Detailed Description
Public Types
typedef CharType Ch
Private Attributes
SizeType length_
internal::Stack< StackAllocator > & stack_
Public Functions
StackStream(internal::Stack< StackAllocator > & stack)
Length()
Pop()
Push(SizeType count)
Put(Ch c)