ACE_Cleanup_Strategy< KEY, VALUE, CONTAINER > Class Template ReferenceDefines a default strategy to be followed for cleaning up entries from a map which is the container. More...
Inheritance diagram for ACE_Cleanup_Strategy< KEY, VALUE, CONTAINER >:
![]()
Detailed Descriptiontemplate<class KEY, class VALUE, class CONTAINER>
Defines a default strategy to be followed for cleaning up entries from a map which is the container.
|
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_Cleanup_Strategy< KEY, VALUE, CONTAINER >::~ACE_Cleanup_Strategy | ( | void | ) | [inline, virtual] |
Destructor.
int ACE_Cleanup_Strategy< KEY, VALUE, CONTAINER >::cleanup | ( | CONTAINER & | container, | |
KEY * | key, | |||
VALUE * | value | |||
) | [inline, virtual] |
The method which will do the cleanup of the entry in the container.
Reimplemented in ACE_Recyclable_Handler_Cleanup_Strategy< KEY, VALUE, CONTAINER >, ACE_Refcounted_Recyclable_Handler_Cleanup_Strategy< KEY, VALUE, CONTAINER >, ACE_Handler_Cleanup_Strategy< KEY, VALUE, CONTAINER >, and ACE_Null_Cleanup_Strategy< KEY, VALUE, CONTAINER >.