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 | List of all members
rapidjson::GenericStringStream< Encoding > Struct Template Reference

Read-only string stream. More...

#include <rapidjson.h>

Inheritance diagram for rapidjson::GenericStringStream< Encoding >:
rapidjson::Stream

Public Types

typedef Encoding::Ch Ch

Public Member Functions

 GenericStringStream (const Ch *src)
Ch Peek () const
Ch Take ()
size_t Tell () const
Ch * PutBegin ()
void Put (Ch)
size_t PutEnd (Ch *)

Public Attributes

const Ch * src_
 Current read position.
const Ch * head_
 Original head of the string.

Detailed Description

template<typename Encoding>
struct rapidjson::GenericStringStream< Encoding >

Read-only string stream.


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