#include <Map_T.h>
Collaboration diagram for ACE_Incremental_Key_Generator:
Public Methods | |
ACE_Incremental_Key_Generator (void) | |
Constructor. More... | |
int | operator() (T &t) |
Functor method: generates a new key. More... | |
const T & | current_value (void) const |
Returns the current value. More... | |
Protected Attributes | |
T | t_ |
Current value. More... |
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.
|