Torque3D Documentation / _generateds / rapidjson::GenericStringBuffer

rapidjson::GenericStringBuffer

Engine/source/persistence/rapidjson/stringbuffer.h

Represents an in-memory output stream.

More...

Public Types

Encoding::Ch
Ch 

Public Static Attributes

Public Attributes

Public Functions

GenericStringBuffer(Allocator * allocator, size_t capacity)
size_t
Put(Ch c)

Detailed Description

Represents an in-memory output stream.

Parameters:

Encoding of the stream.

type for allocating memory buffer.

Public Types

typedef Encoding::Ch Ch 

Public Static Attributes

const size_t kDefaultCapacity 

Public Attributes

internal::Stack< Allocator > stack_ 

Public Functions

GenericStringBuffer(Allocator * allocator, size_t capacity)

Clear()

Flush()

GetSize()

GetString()

Put(Ch c)