Vowpal Wabbit
|
#include <parse_example_json.h>
Public Member Functions | |
LabelSinglePropertyState () | |
BaseState< audit > * | Float (Context< audit > &ctx, float v) 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 > * | 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) |
Additional Inherited Members | |
![]() | |
const char * | name |
Definition at line 299 of file parse_example_json.h.
|
inline |
Definition at line 301 of file parse_example_json.h.
|
inlineoverridevirtual |
Reimplemented from BaseState< audit >.
Definition at line 304 of file parse_example_json.h.
References Context< audit >::key, Context< audit >::key_length, Context< audit >::label_object_state, and Context< audit >::previous_state.
|
inlineoverridevirtual |
Reimplemented from BaseState< audit >.
Definition at line 316 of file parse_example_json.h.
References Context< audit >::key, Context< audit >::key_length, Context< audit >::label_object_state, and Context< audit >::previous_state.