ACE  6.0.6
Classes | Defines
Hash_Cache_Map_Manager_T.h File Reference
#include "ace/Hash_Map_Manager_T.h"
#include "ace/Cache_Map_Manager_T.h"
#include "ace/Null_Mutex.h"
#include "ace/Hash_Cache_Map_Manager_T.inl"
#include "ace/Hash_Cache_Map_Manager_T.cpp"

Classes

class  ACE_Hash_Cache_Map_Manager
 Defines a abstraction which will purge entries from a map. The map considered is the ACE_Hash_Map_Manager_Ex. More...

Defines

#define ACE_CACHE_MAP_MANAGER

Detailed Description

Id:
Hash_Cache_Map_Manager_T.h 93366 2011-02-11 19:30:35Z johnnyw
Author:
Kirthika Parameswaran <kirthika@cs.wustl.edu>

Define Documentation

#define ACE_CACHE_MAP_MANAGER
Value:
ACE_Cache_Map_Manager<KEY, \
                              VALUE, \
                              ACE_Hash_Map_Manager_Ex<KEY, std::pair<VALUE, ATTRIBUTES>, HASH_KEY, COMPARE_KEYS, ACE_Null_Mutex>, \
                              ACE_Hash_Map_Iterator_Ex<KEY, std::pair<VALUE, ATTRIBUTES>, HASH_KEY, COMPARE_KEYS, ACE_Null_Mutex>, \
                              ACE_Hash_Map_Reverse_Iterator_Ex<KEY, std::pair<VALUE, ATTRIBUTES>, HASH_KEY, COMPARE_KEYS, ACE_Null_Mutex>, \
                              CACHING_STRATEGY, \
                              ATTRIBUTES>
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines