Public Member Functions | Public Attributes | List of all members
ParseObjectHandler Struct Reference
Inheritance diagram for ParseObjectHandler:
Inheritance graph
[legend]

Public Member Functions

bool Bool (bool b)
 
bool Default ()
 
bool Double (double d)
 
bool EndArray (SizeType elementCount)
 
bool EndObject (SizeType memberCount)
 
bool Int (int i)
 
bool Null ()
 
 ParseObjectHandler ()
 
bool StartArray ()
 
bool StartObject ()
 
bool String (const char *str, size_t, bool)
 
bool Uint (unsigned i)
 
- Public Member Functions inherited from BaseReaderHandler< UTF8<>, ParseObjectHandler >
bool Bool (bool)
 
bool Default ()
 
bool Double (double)
 
bool EndArray (SizeType)
 
bool EndObject (SizeType)
 
bool Int (int)
 
bool Int64 (int64_t)
 
bool Key (const Ch *str, SizeType len, bool copy)
 
bool Null ()
 
bool RawNumber (const Ch *str, SizeType len, bool copy)
 enabled via kParseNumbersAsStringsFlag, string is not null-terminated (use length) More...
 
bool StartArray ()
 
bool StartObject ()
 
bool String (const Ch *, SizeType, bool)
 
bool Uint (unsigned)
 
bool Uint64 (uint64_t)
 

Public Attributes

unsigned step_
 

Additional Inherited Members

- Public Types inherited from BaseReaderHandler< UTF8<>, ParseObjectHandler >
typedef UTF8<>::Ch Ch
 
typedef internal::SelectIf< internal::IsSame< ParseObjectHandler, void >, BaseReaderHandler, ParseObjectHandler >::Type Override
 

Detailed Description

Definition at line 794 of file readertest.cpp.

Constructor & Destructor Documentation

ParseObjectHandler::ParseObjectHandler ( )
inline

Definition at line 795 of file readertest.cpp.

Member Function Documentation

bool ParseObjectHandler::Bool ( bool  b)
inline

Definition at line 799 of file readertest.cpp.

bool ParseObjectHandler::Default ( )
inline

Definition at line 797 of file readertest.cpp.

bool ParseObjectHandler::Double ( double  d)
inline

Definition at line 816 of file readertest.cpp.

bool ParseObjectHandler::EndArray ( SizeType  elementCount)
inline

Definition at line 833 of file readertest.cpp.

bool ParseObjectHandler::EndObject ( SizeType  memberCount)
inline

Definition at line 831 of file readertest.cpp.

bool ParseObjectHandler::Int ( int  i)
inline

Definition at line 806 of file readertest.cpp.

bool ParseObjectHandler::Null ( )
inline

Definition at line 798 of file readertest.cpp.

bool ParseObjectHandler::StartArray ( )
inline

Definition at line 832 of file readertest.cpp.

bool ParseObjectHandler::StartObject ( )
inline

Definition at line 830 of file readertest.cpp.

bool ParseObjectHandler::String ( const char *  str,
size_t  ,
bool   
)
inline

Definition at line 817 of file readertest.cpp.

bool ParseObjectHandler::Uint ( unsigned  i)
inline

Definition at line 815 of file readertest.cpp.

Member Data Documentation

unsigned ParseObjectHandler::step_

Definition at line 835 of file readertest.cpp.


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


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