torc-master
|
#include <ObjectVisitor.hpp>
Public Member Functions | |
virtual | ~ObjectVisitor () throw () |
virtual void | visit (_Tp &client)=0 throw (Error) |
Protected Member Functions | |
ObjectVisitor () | |
A inoutVisitor that can visit all types of leaf type elements in the library. All visit methods will need to be overridden in the deriving class.
Definition at line 66 of file ObjectVisitor.hpp.
|
protected |
Definition at line 25 of file ObjectVisitor.cpp.
|
virtual |
Definition at line 66 of file ObjectVisitor.cpp.
|
pure virtualinherited |