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

Read-only string stream. More...

#include <rapidjson.h>

Inheritance diagram for GenericStringStream< Encoding >:
Stream

Public Types

typedef Encoding::Ch Ch

Public Member Functions

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

Public Attributes

const Chsrc_
 Current read position. More...
 
const Chhead_
 Original head of the string. More...
 

Detailed Description

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

Read-only string stream.

Member Typedef Documentation

typedef Encoding::Ch Ch
var Ch
local Ch

Constructor & Destructor Documentation

GenericStringStream ( const Ch src)
inline
var GenericStringStream ( var  src)
inline
local GenericStringStream ( local  src)
inline

Member Function Documentation

Ch Peek ( ) const
inline
var Peek ( )
inline
local Peek ( )
inline
void Put ( Ch  )
inline
var Put ( var  )
inline
local Put ( local  )
inline
Ch* PutBegin ( )
inline
var PutBegin ( )
inline
local PutBegin ( )
inline
size_t PutEnd ( Ch )
inline
var PutEnd ( var  )
inline
local PutEnd ( local  )
inline
Ch Take ( )
inline
var Take ( )
inline
local Take ( )
inline
size_t Tell ( ) const
inline
var Tell ( )
inline
local Tell ( )
inline

Member Data Documentation

const Ch* head_

Original head of the string.

var head_

Original head of the string.

local head_

Original head of the string.

const Ch* src_

Current read position.

var src_

Current read position.

local src_

Current read position.


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