#include <parse_example_json.h>
 | 
|   | StringToStringState () | 
|   | 
| BaseState< audit > *  | String (Context< audit > &, const char *str, rapidjson::SizeType length, bool) override | 
|   | 
| BaseState< audit > *  | Null (Context< audit > &) override | 
|   | 
|   | BaseState (const char *pname) | 
|   | 
| virtual BaseState< audit > *  | Bool (Context< audit > &ctx, bool b) | 
|   | 
| virtual BaseState< audit > *  | Float (Context< audit > &ctx, float v) | 
|   | 
| virtual BaseState< audit > *  | Uint (Context< audit > &ctx, unsigned v) | 
|   | 
| virtual BaseState< audit > *  | StartObject (Context< audit > &ctx) | 
|   | 
| virtual BaseState< audit > *  | Key (Context< audit > &ctx, const char *str, rapidjson::SizeType len, bool) | 
|   | 
| virtual BaseState< audit > *  | EndObject (Context< audit > &ctx, rapidjson::SizeType) | 
|   | 
| virtual BaseState< audit > *  | StartArray (Context< audit > &ctx) | 
|   | 
| virtual BaseState< audit > *  | EndArray (Context< audit > &ctx, rapidjson::SizeType) | 
|   | 
◆ StringToStringState()
◆ Null()
◆ String()
◆ output_string
◆ return_state
The documentation for this class was generated from the following file: