RetroArch
Public Member Functions | List of all members
MyHandler Struct Reference

Public Member Functions

bool Null ()
 
bool Bool (bool b)
 
bool Int (int i)
 
bool Uint (unsigned u)
 
bool Int64 (int64_t i)
 
bool Uint64 (uint64_t u)
 
bool Double (double d)
 
bool RawNumber (const char *str, SizeType length, bool copy)
 
bool String (const char *str, SizeType length, bool copy)
 
bool StartObject ()
 
bool Key (const char *str, SizeType length, bool copy)
 
bool EndObject (SizeType memberCount)
 
bool StartArray ()
 
bool EndArray (SizeType elementCount)
 

Member Function Documentation

◆ Bool()

bool MyHandler::Bool ( bool  b)
inline

◆ Double()

bool MyHandler::Double ( double  d)
inline

◆ EndArray()

bool MyHandler::EndArray ( SizeType  elementCount)
inline

◆ EndObject()

bool MyHandler::EndObject ( SizeType  memberCount)
inline

◆ Int()

bool MyHandler::Int ( int  i)
inline

◆ Int64()

bool MyHandler::Int64 ( int64_t  i)
inline

◆ Key()

bool MyHandler::Key ( const char *  str,
SizeType  length,
bool  copy 
)
inline

◆ Null()

bool MyHandler::Null ( )
inline

◆ RawNumber()

bool MyHandler::RawNumber ( const char *  str,
SizeType  length,
bool  copy 
)
inline

◆ StartArray()

bool MyHandler::StartArray ( )
inline

◆ StartObject()

bool MyHandler::StartObject ( )
inline

◆ String()

bool MyHandler::String ( const char *  str,
SizeType  length,
bool  copy 
)
inline

◆ Uint()

bool MyHandler::Uint ( unsigned  u)
inline

◆ Uint64()

bool MyHandler::Uint64 ( uint64_t  u)
inline

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