Wizard
Software Engineering Project - Wizard
Loading...
Searching...
No Matches
CapitalizeFilter< OutputHandler > Struct Template Reference

Public Member Functions

 CapitalizeFilter (OutputHandler &out)
 
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)
 
bool StartObject ()
 
bool Key (const char *str, SizeType length, bool copy)
 
bool EndObject (SizeType memberCount)
 
bool StartArray ()
 
bool EndArray (SizeType elementCount)
 

Public Attributes

OutputHandler & out_
 
std::vector< char > buffer_
 

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