|
#include <memory>
#include <string>
#include <vector>
#include <optional>
#include <RobotAPI/libraries/aron/core/Path.h>
#include <RobotAPI/libraries/aron/core/Descriptor.h>
Go to the source code of this file.
Classes | |
class | ReaderInterface< I > |
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) | |
Variables | |
template<class T > | |
concept | isReader = std::is_base_of<ReaderInterface<typename T::InputType>, T>::value |