Wizard
Software Engineering Project - Wizard
Loading...
Searching...
No Matches
FilterKeyHandler< OutputHandler > Class Template Reference

Public Types

typedef char Ch
 

Public Member Functions

 FilterKeyHandler (OutputHandler &outputHandler, const Ch *keyString, SizeType keyLength)
 
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 Ch *str, SizeType len, bool copy)
 
bool String (const Ch *str, SizeType len, bool copy)
 
bool StartObject ()
 
bool Key (const Ch *str, SizeType len, bool copy)
 
bool EndObject (SizeType)
 
bool StartArray ()
 
bool EndArray (SizeType elementCount)
 
 FilterKeyHandler (OutputHandler &outputHandler, const Ch *keyString, SizeType keyLength)
 
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 Ch *str, SizeType len, bool copy)
 
bool String (const Ch *str, SizeType len, bool copy)
 
bool StartObject ()
 
bool Key (const Ch *str, SizeType len, bool copy)
 
bool EndObject (SizeType)
 
bool StartArray ()
 
bool EndArray (SizeType elementCount)
 

The documentation for this class was generated from the following files: