ACE
6.2.5
|
#include "ace/Hash_Map_Manager_T.h"
#include "ace/Null_Mutex.h"
#include "ace/Hash_Map_With_Allocator_T.inl"
#include "ace/Hash_Map_With_Allocator_T.cpp"
Classes | |
class | ACE_Hash_Map_With_Allocator< EXT_ID, INT_ID > |
This class is a thin wrapper around ACE_Hash_Map_Manager, which comes handy when ACE_Hash_Map_Manager is to be used with a non-nil ACE_Allocator. This wrapper insures that the appropriate allocator is in place for every operation that accesses or updates the hash map. More... | |