cocos2d-x  2.2.3
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
GenericStringBuffer< Encoding, Allocator > Struct Template Reference

Represents an in-memory output stream. More...

#include <stringbuffer.h>

Inheritance diagram for GenericStringBuffer< Encoding, Allocator >:
Stream

Public Types

typedef Encoding::Ch Ch

Public Member Functions

 GenericStringBuffer (Allocator *allocator=0, size_t capacity=kDefaultCapacity)
void Put (Ch c)
void Clear ()
const char * GetString () const
size_t Size () const

Public Attributes

internal::Stack< Allocatorstack_

Static Public Attributes

static const size_t kDefaultCapacity = 256

Detailed Description

template<typename Encoding, typename Allocator = CrtAllocator>
struct rapidjson::GenericStringBuffer< Encoding, Allocator >

Represents an in-memory output stream.

Template Parameters
EncodingEncoding of the stream.
Allocatortype for allocating memory buffer.

Member Typedef Documentation

typedef Encoding::Ch Ch

Constructor & Destructor Documentation

GenericStringBuffer ( Allocator allocator = 0,
size_t  capacity = kDefaultCapacity 
)
inline

Member Function Documentation

void Clear ( )
inline
const char* GetString ( ) const
inline
void Put ( Ch  c)
inline
size_t Size ( ) const
inline

Member Data Documentation

const size_t kDefaultCapacity = 256
static
internal::Stack<Allocator> stack_
mutable

The documentation for this struct was generated from the following file: