Public Member Functions | Public Attributes | Private Member Functions | List of all members
MyHandler Struct Reference

Public Member Functions

bool Bool (bool b)
 
bool Bool (bool b)
 
bool Double (double d)
 
bool Double (double d)
 
bool EndArray (SizeType elementCount)
 
bool EndArray (SizeType elementCount)
 
bool EndObject (SizeType memberCount)
 
bool EndObject (SizeType memberCount)
 
bool Int (int i)
 
bool Int (int i)
 
bool Int64 (int64_t i)
 
bool Int64 (int64_t i)
 
bool Key (const char *str, SizeType length, bool copy)
 
bool Key (const char *str, SizeType length, bool)
 
 MyHandler ()
 
bool Null ()
 
bool Null ()
 
bool RawNumber (const char *str, SizeType length, bool copy)
 
bool RawNumber (const char *str, SizeType length, bool)
 
bool StartArray ()
 
bool StartArray ()
 
bool StartObject ()
 
bool StartObject ()
 
bool String (const char *str, SizeType length, bool copy)
 
bool String (const char *str, SizeType length, bool)
 
bool Uint (unsigned u)
 
bool Uint (unsigned u)
 
bool Uint64 (uint64_t u)
 
bool Uint64 (uint64_t u)
 

Public Attributes

std::string data
 
const char * type
 

Private Member Functions

 MyHandler (const MyHandler &noCopyConstruction)
 
MyHandleroperator= (const MyHandler &noAssignment)
 

Detailed Description

Definition at line 15 of file simplepullreader.cpp.

Constructor & Destructor Documentation

MyHandler::MyHandler ( )
inline

Definition at line 19 of file simplepullreader.cpp.

MyHandler::MyHandler ( const MyHandler noCopyConstruction)
private

Member Function Documentation

bool MyHandler::Bool ( bool  b)
inline

Definition at line 9 of file simplereader.cpp.

bool MyHandler::Bool ( bool  b)
inline

Definition at line 22 of file simplepullreader.cpp.

bool MyHandler::Double ( double  d)
inline

Definition at line 14 of file simplereader.cpp.

bool MyHandler::Double ( double  d)
inline

Definition at line 27 of file simplepullreader.cpp.

bool MyHandler::EndArray ( SizeType  elementCount)
inline

Definition at line 30 of file simplereader.cpp.

bool MyHandler::EndArray ( SizeType  elementCount)
inline

Definition at line 34 of file simplepullreader.cpp.

bool MyHandler::EndObject ( SizeType  memberCount)
inline

Definition at line 28 of file simplereader.cpp.

bool MyHandler::EndObject ( SizeType  memberCount)
inline

Definition at line 32 of file simplepullreader.cpp.

bool MyHandler::Int ( int  i)
inline

Definition at line 10 of file simplereader.cpp.

bool MyHandler::Int ( int  i)
inline

Definition at line 23 of file simplepullreader.cpp.

bool MyHandler::Int64 ( int64_t  i)
inline

Definition at line 12 of file simplereader.cpp.

bool MyHandler::Int64 ( int64_t  i)
inline

Definition at line 25 of file simplepullreader.cpp.

bool MyHandler::Key ( const char *  str,
SizeType  length,
bool  copy 
)
inline

Definition at line 24 of file simplereader.cpp.

bool MyHandler::Key ( const char *  str,
SizeType  length,
bool   
)
inline

Definition at line 31 of file simplepullreader.cpp.

bool MyHandler::Null ( )
inline

Definition at line 8 of file simplereader.cpp.

bool MyHandler::Null ( )
inline

Definition at line 21 of file simplepullreader.cpp.

MyHandler& MyHandler::operator= ( const MyHandler noAssignment)
private
bool MyHandler::RawNumber ( const char *  str,
SizeType  length,
bool  copy 
)
inline

Definition at line 15 of file simplereader.cpp.

bool MyHandler::RawNumber ( const char *  str,
SizeType  length,
bool   
)
inline

Definition at line 28 of file simplepullreader.cpp.

bool MyHandler::StartArray ( )
inline

Definition at line 29 of file simplereader.cpp.

bool MyHandler::StartArray ( )
inline

Definition at line 33 of file simplepullreader.cpp.

bool MyHandler::StartObject ( )
inline

Definition at line 23 of file simplereader.cpp.

bool MyHandler::StartObject ( )
inline

Definition at line 30 of file simplepullreader.cpp.

bool MyHandler::String ( const char *  str,
SizeType  length,
bool  copy 
)
inline

Definition at line 19 of file simplereader.cpp.

bool MyHandler::String ( const char *  str,
SizeType  length,
bool   
)
inline

Definition at line 29 of file simplepullreader.cpp.

bool MyHandler::Uint ( unsigned  u)
inline

Definition at line 11 of file simplereader.cpp.

bool MyHandler::Uint ( unsigned  u)
inline

Definition at line 24 of file simplepullreader.cpp.

bool MyHandler::Uint64 ( uint64_t  u)
inline

Definition at line 13 of file simplereader.cpp.

bool MyHandler::Uint64 ( uint64_t  u)
inline

Definition at line 26 of file simplepullreader.cpp.

Member Data Documentation

std::string MyHandler::data

Definition at line 17 of file simplepullreader.cpp.

const char* MyHandler::type

Definition at line 16 of file simplepullreader.cpp.


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


choreo_rapidjson
Author(s):
autogenerated on Thu Jul 18 2019 03:59:10