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

#include <parse_example_json.h>

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

Public Member Functions

 LabelSinglePropertyState ()
 
BaseState< audit > * StartObject (Context< audit > &ctx) override
 
BaseState< audit > * Float (Context< audit > &ctx, float v) override
 
BaseState< audit > * String (Context< audit > &ctx, const char *str, rapidjson::SizeType len, bool copy) override
 
BaseState< audit > * Uint (Context< audit > &ctx, unsigned v) 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 > * 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

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Reimplemented from BaseState< audit >.

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

Reimplemented from BaseState< audit >.

template<bool audit>
BaseState<audit>* LabelSinglePropertyState< audit >::String ( Context< audit > &  ctx,
const char *  str,
rapidjson::SizeType  len,
bool  copy 
)
inlineoverridevirtual

Reimplemented from BaseState< audit >.

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

Reimplemented from BaseState< audit >.


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