|
| 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) |
|
|
OutputHandler & | out_ |
|
std::vector< char > | buffer_ |
|
The documentation for this struct was generated from the following file:
- rapidjson/example/capitalize/capitalize.cpp