Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
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)
 

Detailed Description

Definition at line 51 of file jsoncheckertest.cpp.

Member Function Documentation

◆ Bool()

bool NoOpHandler::Bool ( bool )
inline

Definition at line 53 of file jsoncheckertest.cpp.

53{ return true; }

◆ Double()

bool NoOpHandler::Double ( double )
inline

Definition at line 58 of file jsoncheckertest.cpp.

58{ return true; }

◆ EndArray()

bool NoOpHandler::EndArray ( SizeType )
inline

Definition at line 65 of file jsoncheckertest.cpp.

65{ return true; }

◆ EndObject()

bool NoOpHandler::EndObject ( SizeType )
inline

Definition at line 63 of file jsoncheckertest.cpp.

63{ return true; }

◆ Int()

bool NoOpHandler::Int ( int )
inline

Definition at line 54 of file jsoncheckertest.cpp.

54{ return true; }

◆ Int64()

bool NoOpHandler::Int64 ( int64_t )
inline

Definition at line 56 of file jsoncheckertest.cpp.

56{ return true; }

◆ Key()

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

Definition at line 62 of file jsoncheckertest.cpp.

62{ return true; }

◆ Null()

bool NoOpHandler::Null ( )
inline

Definition at line 52 of file jsoncheckertest.cpp.

52{ return true; }

◆ RawNumber()

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

Definition at line 59 of file jsoncheckertest.cpp.

59{ return true; }

◆ StartArray()

bool NoOpHandler::StartArray ( )
inline

Definition at line 64 of file jsoncheckertest.cpp.

64{ return true; }

◆ StartObject()

bool NoOpHandler::StartObject ( )
inline

Definition at line 61 of file jsoncheckertest.cpp.

61{ return true; }

◆ String()

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

Definition at line 60 of file jsoncheckertest.cpp.

60{ return true; }

◆ Uint()

bool NoOpHandler::Uint ( unsigned )
inline

Definition at line 55 of file jsoncheckertest.cpp.

55{ return true; }

◆ Uint64()

bool NoOpHandler::Uint64 ( uint64_t )
inline

Definition at line 57 of file jsoncheckertest.cpp.

57{ return true; }

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