|
#include <memory>
#include <numeric>
#include <string>
#include <RobotAPI/libraries/aron/core/data/converter/nlohmannJSON/NlohmannJSONConverter.h>
#include <RobotAPI/libraries/aron/core/data/converter/variant/VariantConverter.h>
#include <RobotAPI/libraries/aron/core/data/rw/reader/nlohmannJSON/NlohmannJSONReader.h>
#include <RobotAPI/libraries/aron/core/data/rw/reader/variant/VariantReader.h>
#include <RobotAPI/libraries/aron/core/data/rw/writer/nlohmannJSON/NlohmannJSONWriter.h>
#include <RobotAPI/libraries/aron/core/data/rw/writer/variant/VariantWriter.h>
#include <RobotAPI/libraries/aron/core/data/variant/All.h>
#include <RobotAPI/libraries/aron/core/type/converter/nlohmannJSON/NlohmannJSONConverter.h>
#include <RobotAPI/libraries/aron/core/type/converter/variant/VariantConverter.h>
#include <RobotAPI/libraries/aron/core/type/rw/reader/nlohmannJSON/NlohmannJSONReader.h>
#include <RobotAPI/libraries/aron/core/type/rw/reader/variant/VariantReader.h>
#include <RobotAPI/libraries/aron/core/type/rw/writer/nlohmannJSON/NlohmannJSONWriter.h>
#include <RobotAPI/libraries/aron/core/type/rw/writer/variant/VariantWriter.h>
#include <SimoxUtility/json/json.hpp>
Go to the source code of this file.
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
armarx::aron | |
armarx::aron::data | |
A convenience header to include all aron files (full include, not forward declared) | |
armarx::aron::data::converter | |
armarx::aron::type | |
A convenience header to include all aron files (full include, not forward declared) | |
armarx::aron::type::converter | |
Typedefs | |
using | FromNLohmannJSONConverterVisitor = data::FromNlohmannJSONConverter< data::writer::VariantWriter > |
using | FromNLohmannJSONConverterVisitor = type::FromNlohmannJSONConverter< type::writer::VariantWriter > |
using | ToNLohmannJSONConverterVisitor = data::FromVariantConverter< data::writer::NlohmannJSONWriter > |
using | ToNLohmannJSONConverterVisitor = type::FromVariantConverter< type::writer::NlohmannJSONWriter > |