Functor to delete objects, used in STL iteration algorithms. More...
Public Types | |
typedef std::unary_function < const Type *, void > | BaseClassType |
typedef BaseClassType::result_type | result_type |
typedef BaseClassType::argument_type | argument_type |
Public Member Functions | |
DeleteFunctor (MemoryManagerType &theManager) | |
result_type | operator() (argument_type thePointer) const |
Delete the object pointed to by argument. More... | |
Functor to delete objects, used in STL iteration algorithms.
typedef BaseClassType::argument_type DeleteFunctor< Type >::argument_type |
typedef std::unary_function<const Type*, void> DeleteFunctor< Type >::BaseClassType |
typedef BaseClassType::result_type DeleteFunctor< Type >::result_type |
DeleteFunctor< Type >::DeleteFunctor | ( | MemoryManagerType & | theManager | ) |
result_type DeleteFunctor< Type >::operator() | ( | argument_type | thePointer | ) | const |
Delete the object pointed to by argument.
thePointer | pointer to object to be deleted |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|