Torque3D Documentation / _generateds / GenericReader::StackStream

GenericReader::StackStream

Engine/source/persistence/rapidjson/reader.h

More...

Public Types

CharType
Ch 

Private Attributes

internal::Stack< StackAllocator > &

Public Functions

StackStream(internal::Stack< StackAllocator > & stack)
size_t
Ch *
Pop()
RAPIDJSON_FORCEINLINE void *
Push(SizeType count)
RAPIDJSON_FORCEINLINE void
Put(Ch c)

Private Functions

StackStream(const StackStream & )
StackStream &
operator=(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)

Private Functions

StackStream(const StackStream & )

operator=(const StackStream & )