#include <parse_example_json.h>
|
void | init (vw *all, v_array< example * > *examples, rapidjson::InsituStringStream *stream, const char *stream_end, VW::example_factory_t example_factory, void *example_factory_context) |
|
bool | Bool (bool v) |
|
bool | Int (int v) |
|
bool | Uint (unsigned v) |
|
bool | Int64 (int64_t v) |
|
bool | Uint64 (uint64_t v) |
|
bool | Double (double v) |
|
bool | String (const char *str, SizeType len, bool copy) |
|
bool | StartObject () |
|
bool | Key (const char *str, SizeType len, bool copy) |
|
bool | EndObject (SizeType count) |
|
bool | StartArray () |
|
bool | EndArray (SizeType count) |
|
bool | Null () |
|
bool | VWReaderHandlerNull () |
|
bool | VWReaderHandlerDefault () |
|
bool | RawNumber (const char *, rapidjson::SizeType, bool) |
|
std::stringstream & | error () |
|
BaseState< audit > * | current_state () |
|
template<bool audit>
bool VWReaderHandler< audit >::Key |
( |
const char * |
str, |
|
|
SizeType |
len, |
|
|
bool |
copy |
|
) |
| |
|
inline |
template<bool audit>
bool VWReaderHandler< audit >::RawNumber |
( |
const char * |
, |
|
|
rapidjson::SizeType |
, |
|
|
bool |
|
|
) |
| |
|
inline |
template<bool audit>
bool VWReaderHandler< audit >::String |
( |
const char * |
str, |
|
|
SizeType |
len, |
|
|
bool |
copy |
|
) |
| |
|
inline |
The documentation for this struct was generated from the following file: