ACE  6.0.6
Public Member Functions
ACE_Cleanup_Strategy Class Reference

Defines a default strategy to be followed for cleaning up entries from a map which is the container. More...

#include <Cleanup_Strategies_T.h>

List of all members.

Public Member Functions

virtual ~ACE_Cleanup_Strategy (void)
 Destructor.
virtual int cleanup (CONTAINER &container, KEY *key, VALUE *value)
 The method which will do the cleanup of the entry in the container.

Detailed Description

Defines a default strategy to be followed for cleaning up entries from a map which is the container.

By default the entry to be cleaned up is removed from the container.


Constructor & Destructor Documentation

virtual ACE_Cleanup_Strategy::~ACE_Cleanup_Strategy ( void  ) [virtual]

Destructor.


Member Function Documentation

virtual int ACE_Cleanup_Strategy::cleanup ( CONTAINER &  container,
KEY *  key,
VALUE *  value 
) [virtual]

The method which will do the cleanup of the entry in the container.

Reimplemented in ACE_Null_Cleanup_Strategy, ACE_Handler_Cleanup_Strategy, ACE_Refcounted_Recyclable_Handler_Cleanup_Strategy, and ACE_Recyclable_Handler_Cleanup_Strategy.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines