#include "ace/config-all.h"
#include "ace/Basic_Types.h"
#include "ace/Global_Macros.h"
#include "ace/Default_Constants.h"
#include "ace/Map_Manager.inl"
#include "ace/Map_Manager.cpp"
Include dependency graph for Map_Manager.h:
This graph shows which files directly or indirectly include this file:
Classes | |
class | ACE_Map_Entry< EXT_ID, INT_ID > |
An entry in the Map. More... | |
class | ACE_Map_Manager< EXT_ID, INT_ID, ACE_LOCK > |
Define a map abstraction that associates <EXT_ID>s with <INT_ID>s. More... | |
class | ACE_Map_Iterator_Base< EXT_ID, INT_ID, ACE_LOCK > |
Iterator for the ACE_Map_Manager. More... | |
class | ACE_Map_Const_Iterator_Base< EXT_ID, INT_ID, ACE_LOCK > |
Const iterator for the ACE_Map_Manager. More... | |
class | ACE_Map_Iterator< EXT_ID, INT_ID, ACE_LOCK > |
Forward iterator for the ACE_Map_Manager. More... | |
class | ACE_Map_Const_Iterator< EXT_ID, INT_ID, ACE_LOCK > |
Forward const iterator for the ACE_Map_Manager. More... | |
class | ACE_Map_Reverse_Iterator< EXT_ID, INT_ID, ACE_LOCK > |
Reverse Iterator for the <ACE_Map_Manager>. More... |