Nevelex Corporation Nevelex Utilities 1.1.4 09/06/2003
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

nevelex_util::ManagedPool Class Reference

#include <ManagedPool.h>

Inheritance diagram for nevelex_util::ManagedPool:

Inheritance graph
[legend]
List of all members.

Public Methods

virtual ~ManagedPool ()
virtual void cleanUp ()=0

Detailed Description

Abstract base class used by the object pooling classes (templates). Provided as a means for the ObjectPoolManager to maintain a reference to the ObjectPool templates.
Author:
Michel Dalal
Date:
Mon Sep 28 2002
Version:
1.0: Initial version.


Constructor & Destructor Documentation

nevelex_util::ManagedPool::~ManagedPool ( ) [inline, virtual]
 

Virtual desctructor.


Member Function Documentation

void nevelex_util::ManagedPool::cleanUp ( ) [pure virtual]
 

Method used to clean up any expired objects in the pool.

Reimplemented in nevelex_util::ObjectPool.


The documentation for this class was generated from the following file: