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