torc-master
|
A base class for Visitor. More...
#include <VisitorType.hpp>
Public Member Functions | |
virtual | ~BaseVisitor () throw () |
Protected Member Functions | |
BaseVisitor () | |
Private Member Functions | |
BaseVisitor (const BaseVisitor &) | |
BaseVisitor & | operator= (const BaseVisitor &) |
A base class for Visitor.
This is the base class for Visitor template. This class is used to provide a concrete handle of an inoutVisitor to a visitable class. This class therefore does not contain any methods other than a (protected) constructor and a destructor.
Definition at line 31 of file VisitorType.hpp.
|
protected |
Definition at line 25 of file VisitorType.cpp.
|
virtual |
Definition at line 27 of file VisitorType.cpp.
|
private |
|
private |