BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslstp_hashmap.h File Reference
#include <bslscm_version.h>
#include <bslstp_alloc.h>
#include <bslstp_exfunctional.h>
#include <bslstp_hash.h>
#include <bslstp_hashtable.h>
#include <bslstp_iterator.h>
#include <bslalg_typetraithasstliterators.h>
#include <bslma_usesbslmaallocator.h>
#include <functional>

Go to the source code of this file.

Classes

class  bsl::hash_map< _Key, _Tp, _HashFcn, _EqualKey, _Alloc >
 
class  bsl::hash_multimap< _Key, _Tp, _HashFcn, _EqualKey, _Alloc >
 
class  std::insert_iterator< bsl::hash_map< _Key, _Tp, _HashFn, _EqKey, _Alloc > >
 
class  std::insert_iterator< bsl::hash_multimap< _Key, _Tp, _HashFn, _EqKey, _Alloc > >
 
struct  bslalg::HasStlIterators< bsl::hash_map< _Key, _Tp, _HashFcn, _EqualKey, _Alloc > >
 
struct  bslalg::HasStlIterators< bsl::hash_multimap< _Key, _Tp, _HashFcn, _EqualKey, _Alloc > >
 
struct  bslma::UsesBslmaAllocator< bsl::hash_map< _Key, _Tp, _HashFcn, _EqualKey, _Alloc > >
 
struct  bslma::UsesBslmaAllocator< bsl::hash_multimap< _Key, _Tp, _HashFcn, _EqualKey, _Alloc > >
 

Functions

template<class _Key , class _Tp , class _HashFcn , class _EqualKey , class _Alloc >
void bsl::swap (hash_map< _Key, _Tp, _HashFcn, _EqualKey, _Alloc > &lhs, hash_map< _Key, _Tp, _HashFcn, _EqualKey, _Alloc > &rhs)
 
template<class _Key , class _Tp , class _HashFcn , class _EqualKey , class _Alloc >
void bsl::swap (hash_multimap< _Key, _Tp, _HashFcn, _EqualKey, _Alloc > &lhs, hash_multimap< _Key, _Tp, _HashFcn, _EqualKey, _Alloc > &rhs)
 
template<class _Key , class _Tp , class _HashFcn , class _EqlKey , class _Alloc >
bool bsl::operator== (const hash_map< _Key, _Tp, _HashFcn, _EqlKey, _Alloc > &__hm1, const hash_map< _Key, _Tp, _HashFcn, _EqlKey, _Alloc > &__hm2)
 
template<class _Key , class _Tp , class _HashFcn , class _EqlKey , class _Alloc >
bool bsl::operator!= (const hash_map< _Key, _Tp, _HashFcn, _EqlKey, _Alloc > &__hm1, const hash_map< _Key, _Tp, _HashFcn, _EqlKey, _Alloc > &__hm2)
 
template<class _Key , class _Tp , class _HashFcn , class _EqlKey , class _Alloc >
bool bsl::operator== (const hash_multimap< _Key, _Tp, _HashFcn, _EqlKey, _Alloc > &__hm1, const hash_multimap< _Key, _Tp, _HashFcn, _EqlKey, _Alloc > &__hm2)
 
template<class _Key , class _Tp , class _HashFcn , class _EqlKey , class _Alloc >
bool bsl::operator!= (const hash_multimap< _Key, _Tp, _HashFcn, _EqlKey, _Alloc > &__hm1, const hash_multimap< _Key, _Tp, _HashFcn, _EqlKey, _Alloc > &__hm2)
 

Detailed Description

The content of this file has been pre-processed for Doxygen.