Monero
Public Member Functions | List of all members
NoOpHandler Struct Reference

Public Member Functions

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 char *, SizeType, bool)
 
bool String (const char *, SizeType, bool)
 
bool StartObject ()
 
bool Key (const char *, SizeType, bool)
 
bool EndObject (SizeType)
 
bool StartArray ()
 
bool EndArray (SizeType)
 

Member Function Documentation

◆ Bool()

bool NoOpHandler::Bool ( bool  )
inline

◆ Double()

bool NoOpHandler::Double ( double  )
inline

◆ EndArray()

bool NoOpHandler::EndArray ( SizeType  )
inline

◆ EndObject()

bool NoOpHandler::EndObject ( SizeType  )
inline

◆ Int()

bool NoOpHandler::Int ( int  )
inline

◆ Int64()

bool NoOpHandler::Int64 ( int64_t  )
inline

◆ Key()

bool NoOpHandler::Key ( const char *  ,
SizeType  ,
bool   
)
inline

◆ Null()

bool NoOpHandler::Null ( )
inline

◆ RawNumber()

bool NoOpHandler::RawNumber ( const char *  ,
SizeType  ,
bool   
)
inline

◆ StartArray()

bool NoOpHandler::StartArray ( )
inline

◆ StartObject()

bool NoOpHandler::StartObject ( )
inline

◆ String()

bool NoOpHandler::String ( const char *  ,
SizeType  ,
bool   
)
inline

◆ Uint()

bool NoOpHandler::Uint ( unsigned  )
inline

◆ Uint64()

bool NoOpHandler::Uint64 ( uint64_t  )
inline

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