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

Public Member Functions

bool EndArray (SizeType elementCount)
 
bool EndObject (SizeType memberCount)
 
 ValueCounter ()
 
- Public Member Functions inherited from BaseReaderHandler<>
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

SizeType count_
 

Additional Inherited Members

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

Detailed Description

Definition at line 314 of file rapidjsontest.cpp.

Constructor & Destructor Documentation

ValueCounter::ValueCounter ( )
inline

Definition at line 315 of file rapidjsontest.cpp.

Member Function Documentation

bool ValueCounter::EndArray ( SizeType  elementCount)
inline

Definition at line 318 of file rapidjsontest.cpp.

bool ValueCounter::EndObject ( SizeType  memberCount)
inline

Definition at line 317 of file rapidjsontest.cpp.

Member Data Documentation

SizeType ValueCounter::count_

Definition at line 320 of file rapidjsontest.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