torc-master
|
#include <VisitorApplier.hpp>
Public Member Functions | |
VisitorApplier (_Tp &inVisitor) | |
template<typename _Up > | |
void | operator() (const boost::shared_ptr< _Up > &inVisited) const throw (Error) |
Private Attributes | |
_Tp & | mVisitor |
This is an utility functor class that can be used to apply visitor to a list of genOM objects. The type _Tp should be replaced by the visitor type.
Definition at line 28 of file VisitorApplier.hpp.
|
inline |
Definition at line 30 of file VisitorApplier.hpp.
|
inline |
Definition at line 34 of file VisitorApplier.hpp.
|
private |
Definition at line 44 of file VisitorApplier.hpp.