#include <Map_T.h>
Collaboration diagram for ACE_Incremental_Key_Generator< T >:
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 | t_ |
Current value. |
Generates a new key of type T by incrementing current value. Requirements on T are:
|
Constructor.
|
|
Returns the current value.
|
|
Functor method: generates a new key.
|
|
Current value.
|