Vowpal Wabbit
Public Member Functions | Public Attributes | List of all members
SlotsState< audit > Struct Template Reference

#include <parse_example_json.h>

Inheritance diagram for SlotsState< audit >:
BaseState< audit >

Public Member Functions

 SlotsState ()
 
BaseState< audit > * StartArray (Context< audit > &ctx) 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 > * 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 > * Key (Context< audit > &ctx, const char *str, rapidjson::SizeType len, bool)
 
virtual BaseState< audit > * EndObject (Context< audit > &ctx, rapidjson::SizeType)
 

Public Attributes

BaseState< audit > * saved
 
BaseState< audit > * saved_root_state
 
- Public Attributes inherited from BaseState< audit >
const char * name
 

Constructor & Destructor Documentation

template<bool audit>
SlotsState< audit >::SlotsState ( )
inline

Member Function Documentation

template<bool audit>
BaseState<audit>* SlotsState< audit >::EndArray ( Context< audit > &  ctx,
rapidjson::SizeType   
)
inlineoverridevirtual

Reimplemented from BaseState< audit >.

template<bool audit>
BaseState<audit>* SlotsState< audit >::StartArray ( Context< audit > &  ctx)
inlineoverridevirtual

Reimplemented from BaseState< audit >.

template<bool audit>
BaseState<audit>* SlotsState< audit >::StartObject ( Context< audit > &  ctx)
inlineoverridevirtual

Reimplemented from BaseState< audit >.

Member Data Documentation

template<bool audit>
BaseState<audit>* SlotsState< audit >::saved
template<bool audit>
BaseState<audit>* SlotsState< audit >::saved_root_state

The documentation for this struct was generated from the following file: