Vowpal Wabbit
Public Member Functions | Public Attributes | List of all members
ArrayToVectorState< audit, T > Class Template Reference

#include <parse_example_json.h>

Inheritance diagram for ArrayToVectorState< audit, T >:
BaseState< audit >

Public Member Functions

 ArrayToVectorState ()
 
BaseState< audit > * StartArray (Context< audit > &ctx) override
 
BaseState< audit > * String (Context< audit > &ctx, const char *str, rapidjson::SizeType, bool) override
 
BaseState< audit > * Uint (Context< audit > &, unsigned f) override
 
BaseState< audit > * Float (Context< audit > &, float f) override
 
BaseState< audit > * Null (Context< audit > &) override
 
BaseState< audit > * EndArray (Context< audit > &, 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 > * 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)
 

Public Attributes

std::vector< T > * output_array
 
BaseState< audit > * return_state
 
bool has_seen_array_start = false
 
- Public Attributes inherited from BaseState< audit >
const char * name
 

Constructor & Destructor Documentation

template<bool audit, typename T>
ArrayToVectorState< audit, T >::ArrayToVectorState ( )
inline

Member Function Documentation

template<bool audit, typename T>
BaseState<audit>* ArrayToVectorState< audit, T >::EndArray ( Context< audit > &  ,
rapidjson::SizeType   
)
inlineoverridevirtual

Reimplemented from BaseState< audit >.

template<bool audit, typename T>
BaseState<audit>* ArrayToVectorState< audit, T >::Float ( Context< audit > &  ,
float  f 
)
inlineoverridevirtual

Reimplemented from BaseState< audit >.

template<bool audit, typename T>
BaseState<audit>* ArrayToVectorState< audit, T >::Null ( Context< audit > &  )
inlineoverridevirtual

Reimplemented from BaseState< audit >.

template<bool audit, typename T>
BaseState<audit>* ArrayToVectorState< audit, T >::StartArray ( Context< audit > &  ctx)
inlineoverridevirtual

Reimplemented from BaseState< audit >.

template<bool audit, typename T>
BaseState<audit>* ArrayToVectorState< audit, T >::String ( Context< audit > &  ctx,
const char *  str,
rapidjson::SizeType  ,
bool   
)
inlineoverridevirtual

Reimplemented from BaseState< audit >.

template<bool audit, typename T>
BaseState<audit>* ArrayToVectorState< audit, T >::Uint ( Context< audit > &  ,
unsigned  f 
)
inlineoverridevirtual

Reimplemented from BaseState< audit >.

Member Data Documentation

template<bool audit, typename T>
bool ArrayToVectorState< audit, T >::has_seen_array_start = false
template<bool audit, typename T>
std::vector<T>* ArrayToVectorState< audit, T >::output_array
template<bool audit, typename T>
BaseState<audit>* ArrayToVectorState< audit, T >::return_state

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