|
#include "NlohmannJSONReaderWithoutTypeCheck.h"
#include <cmath>
#include <cstdint>
#include <cstring>
#include <SimoxUtility/algorithm/get_map_keys_values.h>
#include "ArmarXCore/core/logging/Logging.h"
#include <ArmarXCore/core/exceptions/local/ExpressionException.h>
#include <RobotAPI/interface/aron/Aron.h>
#include <RobotAPI/libraries/aron/core/Exception.h>
#include <RobotAPI/libraries/aron/core/data/visitor/nlohmannJSON/NlohmannJSONVisitor.h>
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::reader | |
Functions | |
template<typename T > | |
void | readTo (const nlohmann::json &input, std::vector< unsigned char > &data) |
Variables | |
const std::map< std::string, type::matrix::ElementType > | ElementTypeAsString |