Functor to delete objects, used in STL iteration algorithms. More...
#include <STLHelper.hpp>
Inherits unary_function< const Type *, void >.
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 (MemoryManager &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.
Definition at line 103 of file STLHelper.hpp.
typedef BaseClassType::argument_type DeleteFunctor< Type >::argument_type |
Definition at line 113 of file STLHelper.hpp.
typedef std::unary_function<const Type*, void> DeleteFunctor< Type >::BaseClassType |
Definition at line 109 of file STLHelper.hpp.
typedef BaseClassType::result_type DeleteFunctor< Type >::result_type |
Definition at line 112 of file STLHelper.hpp.
|
inline |
Definition at line 115 of file STLHelper.hpp.
|
inline |
Delete the object pointed to by argument.
thePointer | pointer to object to be deleted |
Definition at line 126 of file STLHelper.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|