#include <parse_example_json.h>
 | 
|   | LabelSinglePropertyState () | 
|   | 
| BaseState< audit > *  | StartObject (Context< audit > &ctx) override | 
|   | 
| BaseState< audit > *  | Float (Context< audit > &ctx, float v) override | 
|   | 
| BaseState< audit > *  | String (Context< audit > &ctx, const char *str, rapidjson::SizeType len, bool copy) override | 
|   | 
| BaseState< audit > *  | Uint (Context< audit > &ctx, unsigned v) override | 
|   | 
|   | BaseState (const char *pname) | 
|   | 
| virtual BaseState< audit > *  | Null (Context< audit > &ctx) | 
|   | 
| virtual BaseState< audit > *  | Bool (Context< audit > &ctx, bool b) | 
|   | 
| 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) | 
|   | 
◆ LabelSinglePropertyState()
◆ Float()
◆ StartObject()
◆ String()
◆ Uint()
The documentation for this struct was generated from the following file: