|
|
#include <memory>#include <optional>#include <string>#include <vector>#include <RobotAPI/libraries/aron/core/Descriptor.h>#include <RobotAPI/libraries/aron/core/Path.h>
Include dependency graph for Reader.h:
This graph shows which files directly or indirectly include this file: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 |