#include <parse_example_json.h>
 | 
|   | ArrayToVectorState () | 
|   | 
| BaseState< audit > *  | StartArray (Context< audit > &ctx) override | 
|   | 
| BaseState< audit > *  | String (Context< audit > &ctx, const char *str, rapidjson::SizeType, bool) override | 
|   | 
| BaseState< audit > *  | Uint (Context< audit > &, unsigned f) override | 
|   | 
| BaseState< audit > *  | Float (Context< audit > &, float f) override | 
|   | 
| BaseState< audit > *  | Null (Context< audit > &) override | 
|   | 
| BaseState< audit > *  | EndArray (Context< audit > &, rapidjson::SizeType) override | 
|   | 
|   | BaseState (const char *pname) | 
|   | 
| virtual BaseState< audit > *  | Bool (Context< audit > &ctx, bool b) | 
|   | 
| 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) | 
|   | 
◆ ArrayToVectorState()
template<bool audit, typename T> 
 
 
◆ EndArray()
template<bool audit, typename T> 
 
 
◆ Float()
template<bool audit, typename T> 
 
 
◆ Null()
template<bool audit, typename T> 
 
 
◆ StartArray()
template<bool audit, typename T> 
 
 
◆ String()
template<bool audit, typename T> 
 
 
◆ Uint()
template<bool audit, typename T> 
 
 
◆ has_seen_array_start
template<bool audit, typename T> 
      
 
 
◆ output_array
template<bool audit, typename T> 
      
 
 
◆ return_state
template<bool audit, typename T> 
      
 
 
The documentation for this class was generated from the following file: