Vowpal Wabbit
|
#include <parse_example_json.h>
Public Member Functions | |
TextState () | |
BaseState< audit > * | String (Context< audit > &ctx, const char *str, rapidjson::SizeType length, bool) |
![]() | |
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 > * | 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 375 of file parse_example_json.h.
Definition at line 377 of file parse_example_json.h.
|
inlinevirtual |
Reimplemented from BaseState< audit >.
Definition at line 379 of file parse_example_json.h.
References Context< audit >::all, Context< audit >::CurrentNamespace(), and Context< audit >::previous_state.