#include <visitor.hpp>
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 | |
1.8.5