/home/ntakagi/work/STLport-5.1.5/stlport/stl/_hash_map.h File Reference#include <stl/_hashtable.h>
#include <stl/_relops_hash_cont.h>
Go to the source code of this file.
|
Classes |
class | hash_map< _Key, _Tp,,, > |
class | hash_multimap< _Key, _Tp,,, > |
Defines |
#define | _STLP_TEMPLATE_HEADER template <class _Key, class _Tp, class _HashFcn, class _EqlKey, class _Alloc> |
#define | _STLP_TEMPLATE_CONTAINER hash_map<_Key,_Tp,_HashFcn,_EqlKey,_Alloc> |
#define | _STLP_TEMPLATE_CONTAINER hash_multimap<_Key,_Tp,_HashFcn,_EqlKey,_Alloc> |
Define Documentation
#define _STLP_TEMPLATE_CONTAINER hash_multimap<_Key,_Tp,_HashFcn,_EqlKey,_Alloc> |
#define _STLP_TEMPLATE_CONTAINER hash_map<_Key,_Tp,_HashFcn,_EqlKey,_Alloc> |
#define _STLP_TEMPLATE_HEADER template <class _Key, class _Tp, class _HashFcn, class _EqlKey, class _Alloc> |
Generated on Mon Mar 10 15:32:49 2008 by
1.5.1
|