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