#include "ace/pre.h"
#include "ace/Name_Space.h"
#include "ace/Naming_Context.h"
#include "ace/SString.h"
#include "ace/Local_Name_Space.h"
#include "ace/Hash_Map_Manager.h"
#include "ace/post.h"
Include dependency graph for Local_Name_Space_T.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | ACE_Local_Name_Space |
Maintaining accesses Local Name Server Database. Allows to add NameBindings, change them, remove them and resolve NameBindings. More... | |
class | ACE_Name_Space_Map |
This class serves as a Proxy that ensures our process always has the appropriate allocator in place for every operation that accesses or updates the Map Manager. More... | |
Typedefs | |
typedef ACE_Unbounded_Set< ACE_NS_WString > | ACE_WSTRING_SET |
A short-hand name for our set of name/value/type tuples passed back to callers. More... | |
typedef ACE_Hash_Map_Manager< ACE_NS_String, ACE_NS_Internal, ACE_Null_Mutex > | MAP_MANAGER |
typedef ACE_Hash_Map_Iterator< ACE_NS_String, ACE_NS_Internal, ACE_Null_Mutex > | MAP_ITERATOR |
typedef ACE_Hash_Map_Entry< ACE_NS_String, ACE_NS_Internal > | MAP_ENTRY |
Local_Name_Space_T.h,v 4.33 2002/11/25 18:52:14 jwillemsen Exp
|
A short-hand name for our set of name/value/type tuples passed back to callers.
|
|
|
|
|
|
|