Monero
Loading...
Searching...
No Matches
ParseBoolHandler< expect > Struct Template Reference
Inheritance diagram for ParseBoolHandler< expect >:
Collaboration diagram for ParseBoolHandler< expect >:

Public Member Functions

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

Public Attributes

unsigned step_

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ ParseBoolHandler()

template<bool expect>
ParseBoolHandler< expect >::ParseBoolHandler ( )
inline

Member Function Documentation

◆ Bool()

template<bool expect>
bool ParseBoolHandler< expect >::Bool ( bool b)
inline

◆ Default()

template<bool expect>
bool ParseBoolHandler< expect >::Default ( )
inline

Member Data Documentation

◆ step_

template<bool expect>
unsigned ParseBoolHandler< expect >::step_

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