Functor to delete objects, used in STL iteration algorithms. More...
Functor to delete objects, used in STL iteration algorithms.
typedef std::unary_function<const Type*, void> DeleteFunctor< Type >::BaseClassType |
typedef BaseClassType::result_type DeleteFunctor< Type >::result_type |
typedef BaseClassType::argument_type DeleteFunctor< Type >::argument_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 |
The documentation for this struct was generated from the following file:
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|