Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ACE_Incremental_Key_Generator Class Template Reference

Defines a simple incremental key generator. More...

#include <Map_T.h>

List of all members.

Public Methods

 ACE_Incremental_Key_Generator (void)
 Constructor.

int operator() (T &t)
 Functor method: generates a new key.

const T& current_value (void) const
 Returns the current value.


Protected Attributes

t_
 Current value.


Detailed Description

template<class T> template class ACE_Incremental_Key_Generator

Defines a simple incremental key generator.

Generates a new key of type T by incrementing current value. Requirements on T are:


Constructor & Destructor Documentation

template<classT>
ACE_INLINE ACE_Incremental_Key_Generator< T >::ACE_Incremental_Key_Generator<T> ( void )
 

Constructor.


Member Function Documentation

template<classT>
ACE_INLINE const T & ACE_Incremental_Key_Generator< T >::current_value ( void ) const
 

Returns the current value.

template<classT>
ACE_INLINE int ACE_Incremental_Key_Generator< T >::operator() ( T & t )
 

Functor method: generates a new key.


Member Data Documentation

template<classT>
T ACE_Incremental_Key_Generator<T>::t_ [protected]
 

Current value.


The documentation for this class was generated from the following files:
Generated at Wed Nov 21 10:30:48 2001 for ACE by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000