Torque3D Documentation / _generateds / GenericStringStream

GenericStringStream

Engine/source/persistence/rapidjson/stream.h

Read-only string stream.

More...

Public Types

Encoding::Ch
Ch 

Public Attributes

Original head of the string.

Current read position.

Public Functions

Peek()
size_t
PutEnd(Ch * )
Take()
size_t
Tell()

Detailed Description

Read-only string stream.

note:

implements Stream concept

Public Types

typedef Encoding::Ch Ch 

Public Attributes

const Ch * head_ 

Original head of the string.

const Ch * src_ 

Current read position.

Public Functions

GenericStringStream(const Ch * src)

Flush()

Peek()

Put(Ch )

PutBegin()

PutEnd(Ch * )

Take()

Tell()