ACE_Name_Space_Map< ALLOCATOR > Class Template ReferenceThis 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...
Detailed Descriptiontemplate<class ALLOCATOR>
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.
|
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_Name_Space_Map< ALLOCATOR >::ACE_Name_Space_Map | ( | ALLOCATOR * | alloc | ) | [inline] |
Constructor.
int ACE_Name_Space_Map< ALLOCATOR >::bind | ( | const ACE_NS_String & | ext_id, | |
const ACE_NS_Internal & | int_id, | |||
ALLOCATOR * | alloc | |||
) | [inline] |
int ACE_Name_Space_Map< ALLOCATOR >::unbind | ( | const ACE_NS_String & | ext_id, | |
ACE_NS_Internal & | int_id, | |||
ALLOCATOR * | alloc | |||
) | [inline] |
int ACE_Name_Space_Map< ALLOCATOR >::rebind | ( | const ACE_NS_String & | ext_id, | |
const ACE_NS_Internal & | int_id, | |||
ACE_NS_String & | old_ext_id, | |||
ACE_NS_Internal & | old_int_id, | |||
ALLOCATOR * | alloc | |||
) | [inline] |
int ACE_Name_Space_Map< ALLOCATOR >::find | ( | const ACE_NS_String & | ext_id, | |
ACE_NS_Internal & | int_id, | |||
ALLOCATOR * | alloc | |||
) | [inline] |
int ACE_Name_Space_Map< ALLOCATOR >::close | ( | ALLOCATOR * | alloc | ) | [inline] |