RetroArch
Public Member Functions | Public Attributes | List of all members
ParseMultipleRootHandler Struct Reference
Inheritance diagram for ParseMultipleRootHandler:
[legend]
Collaboration diagram for ParseMultipleRootHandler:
[legend]

Public Member Functions

 ParseMultipleRootHandler ()
 
bool Default ()
 
bool StartObject ()
 
bool EndObject (SizeType)
 
bool StartArray ()
 
bool EndArray (SizeType)
 
- Public Member Functions inherited from BaseReaderHandler< UTF8<>, ParseMultipleRootHandler >
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) More...
 
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<>, ParseMultipleRootHandler >
typedef UTF8<> ::Ch Ch
 
typedef internal::SelectIf< internal::IsSame< ParseMultipleRootHandler, void >, BaseReaderHandler, ParseMultipleRootHandler >::Type Override
 

Constructor & Destructor Documentation

◆ ParseMultipleRootHandler()

ParseMultipleRootHandler::ParseMultipleRootHandler ( )
inline

Member Function Documentation

◆ Default()

bool ParseMultipleRootHandler::Default ( )
inline

◆ EndArray()

bool ParseMultipleRootHandler::EndArray ( SizeType  )
inline

◆ EndObject()

bool ParseMultipleRootHandler::EndObject ( SizeType  )
inline

◆ StartArray()

bool ParseMultipleRootHandler::StartArray ( )
inline

◆ StartObject()

bool ParseMultipleRootHandler::StartObject ( )
inline

Member Data Documentation

◆ step_

unsigned ParseMultipleRootHandler::step_

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