|
Vowpal Wabbit
|
#include <parse_example_json.h>
Public Member Functions | |
| ArrayState () | |
| BaseState< audit > * | StartArray (Context< audit > &ctx) override |
| BaseState< audit > * | Float (Context< audit > &ctx, float f) override |
| BaseState< audit > * | Uint (Context< audit > &ctx, unsigned f) override |
| BaseState< audit > * | Null (Context< audit > &) override |
| BaseState< audit > * | StartObject (Context< audit > &ctx) override |
| BaseState< audit > * | EndArray (Context< audit > &ctx, rapidjson::SizeType) override |
Public Member Functions inherited from BaseState< audit > | |
| 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 > * | Key (Context< audit > &ctx, const char *str, rapidjson::SizeType len, bool) |
| virtual BaseState< audit > * | EndObject (Context< audit > &ctx, rapidjson::SizeType) |
Private Attributes | |
| feature_index | array_hash |
Additional Inherited Members | |
Public Attributes inherited from BaseState< audit > | |
| const char * | name |
Definition at line 536 of file parse_example_json.h.
|
inline |
Definition at line 541 of file parse_example_json.h.
|
inlineoverridevirtual |
Reimplemented from BaseState< audit >.
Definition at line 590 of file parse_example_json.h.
References Context< audit >::PopNamespace().
|
inlineoverridevirtual |
Reimplemented from BaseState< audit >.
Definition at line 558 of file parse_example_json.h.
References Context< audit >::CurrentNamespace().
|
inlineoverridevirtual |
Reimplemented from BaseState< audit >.
Definition at line 576 of file parse_example_json.h.
|
inlineoverridevirtual |
Reimplemented from BaseState< audit >.
Definition at line 543 of file parse_example_json.h.
References Context< audit >::CurrentNamespace(), Context< audit >::error(), Context< audit >::key, Context< audit >::previous_state, and Context< audit >::PushNamespace().
|
inlineoverridevirtual |
Reimplemented from BaseState< audit >.
Definition at line 582 of file parse_example_json.h.
References Context< audit >::CurrentNamespace(), Context< audit >::default_state, Context< audit >::namespace_path, and Context< audit >::PushNamespace().
|
inlineoverridevirtual |
Reimplemented from BaseState< audit >.
Definition at line 574 of file parse_example_json.h.
|
private |
Definition at line 538 of file parse_example_json.h.
1.8.13