Classes |
class | ACE_Hash_Map_Entry< EXT_ID, INT_ID > |
| Define an entry in the hash table. More...
|
class | ACE_Hash_Map_Manager_Ex< EXT_ID, INT_ID, HASH_KEY, COMPARE_KEYS, ACE_LOCK > |
| Define a map abstraction that efficiently associates EXT_ID type objects with INT_ID type objects. More...
|
class | ACE_Hash_Map_Iterator_Base_Ex< EXT_ID, INT_ID, HASH_KEY, COMPARE_KEYS, ACE_LOCK > |
| Base iterator for the ACE_Hash_Map_Manager_Ex. More...
|
class | ACE_Hash_Map_Const_Iterator_Base_Ex< EXT_ID, INT_ID, HASH_KEY, COMPARE_KEYS, ACE_LOCK > |
| Base const iterator for the ACE_Hash_Map_Manager_Ex. More...
|
class | ACE_Hash_Map_Iterator_Ex< EXT_ID, INT_ID, HASH_KEY, COMPARE_KEYS, ACE_LOCK > |
| Forward iterator for the ACE_Hash_Map_Manager_Ex. More...
|
class | ACE_Hash_Map_Const_Iterator_Ex< EXT_ID, INT_ID, HASH_KEY, COMPARE_KEYS, ACE_LOCK > |
| Const forward iterator for the ACE_Hash_Map_Manager_Ex. More...
|
class | ACE_Hash_Map_Bucket_Iterator< EXT_ID, INT_ID, HASH_KEY, COMPARE_KEYS, ACE_LOCK > |
| Forward iterator for the ACE_Hash_Map_Manager_Ex which only traverses a particular bucket. The particular bucket is specified by the <EXT_ID> parameter specified in the constructor. More...
|
class | ACE_Hash_Map_Reverse_Iterator_Ex< EXT_ID, INT_ID, HASH_KEY, COMPARE_KEYS, ACE_LOCK > |
| Reverse iterator for the ACE_Hash_Map_Manager_Ex. More...
|
class | ACE_Hash_Map_Const_Reverse_Iterator_Ex< EXT_ID, INT_ID, HASH_KEY, COMPARE_KEYS, ACE_LOCK > |
| Const reverse iterator for the ACE_Hash_Map_Manager_Ex. More...
|
class | ACE_Hash_Map_Manager< EXT_ID, INT_ID, ACE_LOCK > |
| Wrapper for backward compatibility. More...
|
class | ACE_Hash_Map_Iterator< EXT_ID, INT_ID, ACE_LOCK > |
| Wrapper for backward compatibility. More...
|
class | ACE_Hash_Map_Const_Iterator< EXT_ID, INT_ID, ACE_LOCK > |
| Wrapper for backward compatibility. More...
|
class | ACE_Hash_Map_Reverse_Iterator< EXT_ID, INT_ID, ACE_LOCK > |
| Wrapper for backward compatibility. More...
|