AronGeneratedObject.h File Reference
+ Include dependency graph for AronGeneratedObject.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AronGeneratedObject< Derived >
 
class  AronGeneratedObjectBase
 

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 armarx::aron
 
 armarx::aron::codegenerator
 
 armarx::aron::codegenerator::cpp
 
 armarx::aron::cpp
 

Typedefs

template<class Derived >
using AronGeneratedObject = aron::cpp::AronGeneratedObject< Derived >
 
using AronGeneratedObjectBase = aron::cpp::AronGeneratedObjectBase
 

Variables

template<class T >
concept isAronGeneratedObject = std::is_base_of<AronGeneratedObjectBase, T>::value