Logo  0.95.0-final
Finite Element Embedded Library and Language in C++
Feel++ Feel++ on Github Feel++ community
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Feel::VisitorCyclic< R, TList > Class Template Reference

#include <visitor.hpp>

Detailed Description

template<typename R, class TList>
class Feel::VisitorCyclic< R, TList >

Put it in every class that you want to make visitable (in addition to deriving it from VisitableBase<R>

+ Inheritance diagram for Feel::VisitorCyclic< R, TList >:

Public Types

typedef R return_type
 
- Public Types inherited from Feel::Visitor< TList, R >
typedef R return_type
 

Public Member Functions

template<class Visited >
return_type genericVisit (Visited *host)
 
template<class Visited >
return_type genericVisit (Visited &host)
 
- Public Member Functions inherited from Feel::Visitor< TList, R >
virtual ~Visitor ()
 virtual base destructor
 
virtual return_type visit (TList *)=0
 visit a data structure
 
return_type visit (TList &__t)
 visit a data structure
 

The documentation for this class was generated from the following file:

Generated on Sun Oct 20 2013 08:25:09 for Feel++ by doxygen 1.8.4