Functor to delete objects, used in STL iteration algorithms. More...
#include <STLHelper.hpp>
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.
| DeleteFunctor< Type >::DeleteFunctor | ( | MemoryManager & | theManager | ) | [inline] |
Definition at line 115 of file STLHelper.hpp.
| result_type DeleteFunctor< Type >::operator() | ( | argument_type | thePointer | ) | const [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 |
|
|