diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-17 01:55:10 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-03-17 01:55:10 +0000 |
commit | 01ca8ac276e49785b5945d99861e62676312212c (patch) | |
tree | bad530a35f316e58824a606b8861b5480bc29503 /ace/Map_T.h | |
parent | 1ae51b966baaa44d86ea1bdae24c713092fe0136 (diff) | |
download | ATCD-01ca8ac276e49785b5945d99861e62676312212c.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Map_T.h')
-rw-r--r-- | ace/Map_T.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ace/Map_T.h b/ace/Map_T.h index bb837f0cb37..fe1c9926fdb 100644 --- a/ace/Map_T.h +++ b/ace/Map_T.h @@ -30,6 +30,19 @@ //////////////////////////////////////////////////////////////////////////////// template <class T> +class ACE_Noop_Key_Generator +{ + // = TITLE + // Defines a noop key generator. +public: + + int operator() (T &); + // Functor method: generates a new key. +}; + +//////////////////////////////////////////////////////////////////////////////// + +template <class T> class ACE_Incremental_Key_Generator { // = TITLE |