RecursiveVisitor.h File Reference
#include <type_traits>
#include "../../Descriptor.h"
#include "Visitor.h"
+ Include dependency graph for RecursiveVisitor.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  RecursiveVisitor< T >
 The RecursiveVisitor struct. More...
 

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 armarx::aron
 
 armarx::aron::type
 A convenience header to include all aron files (full include, not forward declared)
 

Functions

template<class RecursiveVisitorImplementation >
void visitRecursive (RecursiveVisitorImplementation &v, typename RecursiveVisitorImplementation::Input &t)
 The visitRecursive function. More...