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

Go to the source code of this file.

Classes

struct  Visitor< T >
 The Visitor struct. More...
 
struct  VisitorBase< T >
 The VisitorBase 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 VisitorImplementation >
void visit (VisitorImplementation &v, typename VisitorImplementation::Input &t)
 The visit function. More...