Vowpal Wabbit
|
#include <parse_example_json.h>
Public Member Functions | |
FloatToFloatState () | |
BaseState< audit > * | Float (Context< audit > &, float f) override |
BaseState< audit > * | Null (Context< audit > &) override |
![]() | |
BaseState (const char *pname) | |
virtual BaseState< audit > * | Bool (Context< audit > &ctx, bool b) |
virtual BaseState< audit > * | Uint (Context< audit > &ctx, unsigned v) |
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) |
Public Attributes | |
float * | output_float |
BaseState< audit > * | return_state |
![]() | |
const char * | name |
Definition at line 956 of file parse_example_json.h.
|
inline |
Definition at line 959 of file parse_example_json.h.
|
inlineoverridevirtual |
Reimplemented from BaseState< audit >.
Definition at line 964 of file parse_example_json.h.
References f.
|
inlineoverridevirtual |
Reimplemented from BaseState< audit >.
Definition at line 970 of file parse_example_json.h.
float* FloatToFloatState< audit >::output_float |
Definition at line 961 of file parse_example_json.h.
BaseState<audit>* FloatToFloatState< audit >::return_state |
Definition at line 962 of file parse_example_json.h.