Vowpal Wabbit
Public Member Functions | List of all members
ArrayState< audit > Class Template Reference

#include <parse_example_json.h>

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

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)
 

Additional Inherited Members

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from BaseState< audit >.

template<bool audit>
BaseState<audit>* ArrayState< audit >::Float ( Context< audit > &  ctx,
float  f 
)
inlineoverridevirtual

Reimplemented from BaseState< audit >.

template<bool audit>
BaseState<audit>* ArrayState< audit >::Null ( Context< audit > &  )
inlineoverridevirtual

Reimplemented from BaseState< audit >.

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

Reimplemented from BaseState< audit >.

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

Reimplemented from BaseState< audit >.

template<bool audit>
BaseState<audit>* ArrayState< audit >::Uint ( Context< audit > &  ctx,
unsigned  f 
)
inlineoverridevirtual

Reimplemented from BaseState< audit >.


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