|
#include <memory>
#include <string>
#include <unordered_map>
#include <RobotAPI/interface/aron.h>
#include <RobotAPI/libraries/aron/core/Descriptor.h>
#include <RobotAPI/libraries/aron/core/Exception.h>
#include <RobotAPI/libraries/aron/core/Path.h>
#include <RobotAPI/libraries/aron/core/type/variant/Variant.h>
Go to the source code of this file.
Classes | |
class | Variant |
The Variant class. More... | |
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) | |
Typedefs | |
typedef std::unique_ptr< VariantFactory > | VariantFactoryPtr |
Variables | |
template<class T > | |
concept | isVariant = std::is_base_of<Variant, T>::value |