|
| LIBJSON_OBJECT (JSONStream) |
|
| JSONStream (json_stream_callback_t call_p, json_stream_e_callback_t call_e=NULL, void *callbackIdentifier=JSONSTREAM_SELF) json_nothrow |
|
| JSONStream (const JSONStream &orig) json_nothrow |
|
JSONStream & | operator= (const JSONStream &orig) json_nothrow |
|
JSONStream & | operator<< (const json_char *str) json_nothrow |
|
void | reset () json_nothrow |
|
JSON_PRIVATE void * | getIdentifier (void) json_nothrow |
|
void | parse (void) json_nothrow |
|
bool state | BITS (1) |
|
|
static void | deleteJSONStream (JSONStream *stream) json_nothrow |
|
static JSONStream * | newJSONStream (json_stream_callback_t callback, json_stream_e_callback_t call_e, void *callbackIdentifier) json_nothrow |
|
template<json_char ch> |
static size_t | FindNextRelevant (const json_string &value_t, const size_t pos) json_nothrow json_read_priority |
|
|
json_string | buffer |
|
json_stream_callback_t | call |
|
json_stream_e_callback_t | err_call |
|
void * | callback_identifier |
|
The documentation for this class was generated from the following files:
- C:/dev/workspace/versadac_branch/controllerrecorder/scalablerecorder/core/libjson/_internal/Source/JSONStream.h
- C:/dev/workspace/versadac_branch/controllerrecorder/scalablerecorder/core/libjson/_internal/Source/JSONStream.cpp