Torque2D Reference
Public Types | Public Member Functions | List of all members
BaseReaderHandler< Encoding > Struct Template Reference

Default implementation of Handler. More...

#include <reader.h>

+ Inheritance diagram for BaseReaderHandler< Encoding >:

Public Types

typedef Encoding::Ch Ch
 

Public Member Functions

void Default ()
 
void Null ()
 
void Bool (bool)
 
void Int (int)
 
void Uint (unsigned)
 
void Int64 (int64_t)
 
void Uint64 (uint64_t)
 
void Double (double)
 
void String (const Ch *, SizeType, bool)
 
void StartObject ()
 
void EndObject (SizeType)
 
void StartArray ()
 
void EndArray (SizeType)
 

Detailed Description

template<typename Encoding = UTF8<>>
struct rapidjson::BaseReaderHandler< Encoding >

Default implementation of Handler.

This can be used as base class of any reader handler.

Member Typedef Documentation

typedef Encoding::Ch Ch

Member Function Documentation

void Bool ( bool  )
inline
void Default ( )
inline
void Double ( double  )
inline
void EndArray ( SizeType  )
inline
void EndObject ( SizeType  )
inline
void Int ( int  )
inline
void Int64 ( int64_t  )
inline
void Null ( )
inline
void StartArray ( )
inline
void StartObject ( )
inline
void String ( const Ch ,
SizeType  ,
bool   
)
inline
void Uint ( unsigned  )
inline
void Uint64 ( uint64_t  )
inline

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