#include <VisitorType.hpp>
Private Member Functions | |
BaseVisitor (const BaseVisitor &) | |
BaseVisitor & | operator= (const BaseVisitor &) |
This is the base class for Visitor template. This class is used to provide a concrete handle of a inoutVisitor to a visitable class. This class therefore does not contain any methods other than a (protected) constructor and a destructor.
Definition at line 30 of file VisitorType.hpp.