|
#include <stdexcept>
#include <SimoxUtility/json/json.hpp>
Go to the source code of this file.
Classes | |
class | ArvizReflectionError |
Base exception class. More... | |
class | NoSerializerForType |
Indicates that there was no registered serializer for a type. More... | |
class | NoTypeNameEntryInJsonObject |
Indicates that a JSON document did not contain the type name. More... | |
class | SerializerAlreadyRegisteredForType |
Indicates that there already was a serializer registered for a type when trying to register a serializer. More... | |
class | TypeNameEntryAlreadyInJsonObject |
The TypeNameEntryAlreadyInJsonObject class. More... | |
class | TypeNameMismatch |
Indicates that the type name in a JSON object did not match the type of the passed C++ object. More... | |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
armarx::viz | |
This file is part of ArmarX. | |
armarx::viz::error | |