Feel++
0.91.4
|
#include <boost/mpl/assert.hpp>
#include <boost/mpl/list.hpp>
#include <boost/mpl/front.hpp>
#include <boost/mpl/pop_front.hpp>
#include <feel/feelcore/feel.hpp>
Classes | |
class | Feel::VisitorBase |
The base class of any Acyclic Visitor. More... | |
class | Feel::Visitor< T, R > |
class | Feel::VisitorList< TList, R > |
class | Feel::VisitorBaseImpl< TList, R > |
Implements non-strict visitation (you can implement only part of the Visit functions) More... | |
class | Feel::VisitorBaseImpl< mpl::list< Head, Tail >, R > |
class | Feel::VisitorBaseImpl< mpl::list< Head >, R > |
class | Feel::VisitableCatchAllDefault< R, Visited > |
class | Feel::VisitableBase< R, CatchAll > |
class | Feel::VisitorCyclic< R, TList > |
Namespaces | |
namespace | Feel |
Macros | |
#define | FEELPP_DEFINE_VISITABLE() |
#define | FEELPP__DEFINE_CYCLIC_VISITABLE(SomeVisitor) |
#define FEELPP__DEFINE_CYCLIC_VISITABLE | ( | SomeVisitor | ) |
#define FEELPP_DEFINE_VISITABLE | ( | ) |
Put it in every class that you want to make visitable (in addition to deriving it from VisitableBase<R>