|
Zserio C++ runtime library
1.3.0
Built for Zserio 2.18.0
|
#include <array>#include <istream>#include <memory>#include "zserio/AnyHolder.h"#include "zserio/CppRuntimeException.h"#include "zserio/JsonDecoder.h"#include "zserio/Types.h"Go to the source code of this file.
Classes | |
| class | zserio::JsonParserException |
| class | zserio::BasicJsonTokenizer< ALLOC > |
Namespaces | |
| zserio | |
Enumerations | |
| enum class | zserio::JsonToken : int8_t { zserio::UNKNOWN = -1 , zserio::BEGIN_OF_FILE , zserio::END_OF_FILE , zserio::BEGIN_OBJECT , zserio::END_OBJECT , zserio::BEGIN_ARRAY , zserio::END_ARRAY , zserio::KEY_SEPARATOR , zserio::ITEM_SEPARATOR , zserio::VALUE } |
Functions | |
| CppRuntimeException & | zserio::operator<< (CppRuntimeException &exception, JsonToken token) |