Feel++
0.91.4
|
Public Types | |
typedef R | return_type |
Public Member Functions | |
virtual return_type | accept (VisitorBase &)=0 |
accept visitor: use S_DEFINE_VISITABLE() to redefine it | |
virtual return_type | accept (VisitorBase *)=0 |
accept visitor: use S_DEFINE_VISITABLE() to redefine it | |
Static Protected Member Functions | |
template<class T > | |
static return_type | acceptImpl (T *visited, VisitorBase *guest) |
|
inlinestaticprotected |
give access only to the hierarchy