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

Public Member Functions

bool Default ()
 
bool Int64 (int64_t i)
 
 ParseInt64Handler ()
 
- Public Member Functions inherited from BaseReaderHandler< UTF8<>, ParseInt64Handler >
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

int64_t actual_
 
unsigned step_
 

Additional Inherited Members

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

Detailed Description

Definition at line 86 of file readertest.cpp.

Constructor & Destructor Documentation

ParseInt64Handler::ParseInt64Handler ( )
inline

Definition at line 87 of file readertest.cpp.

Member Function Documentation

bool ParseInt64Handler::Default ( )
inline

Definition at line 88 of file readertest.cpp.

bool ParseInt64Handler::Int64 ( int64_t  i)
inline

Definition at line 89 of file readertest.cpp.

Member Data Documentation

int64_t ParseInt64Handler::actual_

Definition at line 92 of file readertest.cpp.

unsigned ParseInt64Handler::step_

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