#include "ace/Hash_Map_Manager_T.h"
#include "ace/Null_Mutex.h"
#include "ace/Hash_Map_With_Allocator_T.i"
#include "ace/Hash_Map_With_Allocator_T.cpp"
Include dependency graph for Hash_Map_With_Allocator_T.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | ACE_Hash_Map_With_Allocator |
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... |