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

#include <parse_example_json.h>

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

Public Member Functions

 LabelIndexState ()
 
BaseState< audit > * Uint (Context< audit > &ctx, unsigned int 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 > * 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

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

Constructor & Destructor Documentation

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

Member Function Documentation

template<bool audit>
BaseState<audit>* LabelIndexState< audit >::Uint ( Context< audit > &  ctx,
unsigned int  v 
)
inlineoverride

Member Data Documentation

template<bool audit>
int LabelIndexState< audit >::index

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