Vowpal Wabbit
|
#include <parse_example_json.h>
Public Member Functions | |
BaseState (const char *pname) | |
virtual BaseState< audit > * | Null (Context< audit > &ctx) |
virtual BaseState< audit > * | Bool (Context< audit > &ctx, bool b) |
virtual BaseState< audit > * | Float (Context< audit > &ctx, float v) |
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 | |
const char * | name |
|
inlinevirtual |
Reimplemented in BoolToBoolState< audit >, and DefaultState< audit >.
|
inlinevirtual |
Reimplemented in DecisionServiceState< audit >, DefaultState< audit >, and LabelObjectState< audit >.
|
inlinevirtual |
Reimplemented in DecisionServiceState< audit >, DefaultState< audit >, and LabelObjectState< audit >.
|
inlinevirtual |
Reimplemented in UIntToUIntState< audit >, ArrayToVectorState< audit, T >, ArrayToVectorState< audit, float >, ArrayToVectorState< audit, unsigned >, DefaultState< audit >, IgnoreState< audit >, ArrayState< audit >, LabelState< audit >, LabelSinglePropertyState< audit >, and LabelObjectState< audit >.
const char* BaseState< audit >::name |