Feel++
0.91.4
|
#include <visitor.hpp>
Public Types | |
typedef R | return_type |
Public Member Functions | |
template<class Visited > | |
return_type | genericVisit (Visited *host) |
template<class Visited > | |
return_type | genericVisit (Visited &host) |
Put it in every class that you want to make visitable (in addition to deriving it from VisitableBase<R>