torc::generic::VisitorApplier< _Tp > Class Template Reference
#include <VisitorApplier.hpp>
List of all members.
|
Public Member Functions |
| VisitorApplier (_Tp &inVisitor) |
template<typename _Up> |
void | operator() (const boost::shared_ptr< _Up > &inVisited) const throw ( Error ) |
Private Attributes |
_Tp & | mVisitor |
Detailed Description
template<typename _Tp>
class torc::generic::VisitorApplier< _Tp >
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 31 of file VisitorApplier.hpp.
The documentation for this class was generated from the following file: