|
Vowpal Wabbit
|
#include <parse_example_json.h>
Public Member Functions | |
| ArrayToVectorState () | |
| BaseState< audit > * | StartArray (Context< audit > &ctx) 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 |
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 > * | 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) |
Public Attributes | |
| std::vector< T > * | output_array |
| BaseState< audit > * | return_state |
| bool | has_seen_array_start = false |
Public Attributes inherited from BaseState< audit > | |
| const char * | name |
Definition at line 867 of file parse_example_json.h.
|
inline |
Definition at line 870 of file parse_example_json.h.
|
inlineoverridevirtual |
Reimplemented from BaseState< audit >.
Definition at line 929 of file parse_example_json.h.
|
inlineoverridevirtual |
Reimplemented from BaseState< audit >.
Definition at line 904 of file parse_example_json.h.
|
inlineoverridevirtual |
Reimplemented from BaseState< audit >.
Definition at line 917 of file parse_example_json.h.
|
inlineoverridevirtual |
Reimplemented from BaseState< audit >.
Definition at line 878 of file parse_example_json.h.
|
inlineoverridevirtual |
Reimplemented from BaseState< audit >.
Definition at line 891 of file parse_example_json.h.
| bool ArrayToVectorState< audit, T >::has_seen_array_start = false |
Definition at line 876 of file parse_example_json.h.
| std::vector<T>* ArrayToVectorState< audit, T >::output_array |
Definition at line 872 of file parse_example_json.h.
Referenced by DefaultState< audit >::Key(), and DecisionServiceState< audit >::Key().
| BaseState<audit>* ArrayToVectorState< audit, T >::return_state |
Definition at line 873 of file parse_example_json.h.
Referenced by DefaultState< audit >::Key(), and DecisionServiceState< audit >::Key().
1.8.13