Hash_Map_With_Allocator_T.cpp

Go to the documentation of this file.
00001 // Hash_Map_With_Allocator_T.cpp,v 4.4 2005/10/28 16:14:52 ossama Exp
00002 
00003 #ifndef ACE_HASH_MAP_WITH_ALLOCATOR_T_CPP
00004 #define ACE_HASH_MAP_WITH_ALLOCATOR_T_CPP
00005 
00006 #include "ace/Hash_Map_With_Allocator_T.h"
00007 
00008 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00009 # pragma once
00010 #endif /* ACE_LACKS_PRAGMA_ONCE */
00011 
00012 #if !defined (__ACE_INLINE__)
00013 #include "ace/Hash_Map_With_Allocator_T.inl"
00014 #endif /* __ACE_INLINE__ */
00015 
00016 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00017 
00018 template <class EXT_ID, class INT_ID>
00019 ACE_Hash_Map_With_Allocator<EXT_ID, INT_ID>::ACE_Hash_Map_With_Allocator (ACE_Allocator *alloc)
00020   : ACE_Hash_Map_Manager_Ex<EXT_ID, INT_ID, ACE_Hash<EXT_ID>, ACE_Equal_To<EXT_ID>, ACE_Null_Mutex> (alloc)
00021 {
00022   ACE_TRACE ("ACE_Hash_Map_With_Allocator<EXT_ID, INT_ID>::ACE_Hash_Map_With_Allocator");
00023 }
00024 
00025 template <class EXT_ID, class INT_ID>
00026 ACE_Hash_Map_With_Allocator<EXT_ID, INT_ID>::ACE_Hash_Map_With_Allocator (size_t size,
00027                                                                           ACE_Allocator *alloc)
00028   : ACE_Hash_Map_Manager_Ex<EXT_ID, INT_ID, ACE_Hash<EXT_ID>, ACE_Equal_To<EXT_ID>, ACE_Null_Mutex> (size, alloc)
00029 {
00030   ACE_TRACE ("ACE_Hash_Map_With_Allocator<EXT_ID, INT_ID>::ACE_Hash_Map_With_Allocator");
00031 }
00032 
00033 ACE_END_VERSIONED_NAMESPACE_DECL
00034 
00035 #endif /* ACE_HASH_MAP_WITH_ALLOCATOR_T_CPP */

Generated on Thu Nov 9 09:41:52 2006 for ACE by doxygen 1.3.6