rapidjson
A fast JSON parser/generator for C++ with both SAX/DOM style API
 All Classes Functions Variables Typedefs Pages
Public Types | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
rapidjson::GenericStringBuffer< Encoding, Allocator > Struct Template Reference

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

#include <stringbuffer.h>

Inheritance diagram for rapidjson::GenericStringBuffer< Encoding, Allocator >:
rapidjson::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.

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