Public Member Functions | Public Attributes | List of all members
ParseArrayHandler< count > Struct Template Reference
Inheritance diagram for ParseArrayHandler< count >:
Inheritance graph
[legend]

Public Member Functions

bool Default ()
 
bool EndArray (SizeType)
 
 ParseArrayHandler ()
 
bool StartArray ()
 
bool Uint (unsigned i)
 
- Public Member Functions inherited from BaseReaderHandler< UTF8<>, ParseArrayHandler< count > >
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<>, ParseArrayHandler< count > >
typedef UTF8<>::Ch Ch
 
typedef internal::SelectIf< internal::IsSame< ParseArrayHandler< count >, void >, BaseReaderHandler, ParseArrayHandler< count > >::Type Override
 

Detailed Description

template<unsigned count>
struct ParseArrayHandler< count >

Definition at line 736 of file readertest.cpp.

Constructor & Destructor Documentation

template<unsigned count>
ParseArrayHandler< count >::ParseArrayHandler ( )
inline

Definition at line 737 of file readertest.cpp.

Member Function Documentation

template<unsigned count>
bool ParseArrayHandler< count >::Default ( )
inline

Definition at line 739 of file readertest.cpp.

template<unsigned count>
bool ParseArrayHandler< count >::EndArray ( SizeType  )
inline

Definition at line 742 of file readertest.cpp.

template<unsigned count>
bool ParseArrayHandler< count >::StartArray ( )
inline

Definition at line 741 of file readertest.cpp.

template<unsigned count>
bool ParseArrayHandler< count >::Uint ( unsigned  i)
inline

Definition at line 740 of file readertest.cpp.

Member Data Documentation

template<unsigned count>
unsigned ParseArrayHandler< count >::step_

Definition at line 744 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