BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslstl_hashtable.h File Reference
#include <bsls_ident.h>
#include <bslscm_version.h>
#include <bslstl_bidirectionalnodepool.h>
#include <bslalg_bidirectionallink.h>
#include <bslalg_bidirectionalnode.h>
#include <bslalg_functoradapter.h>
#include <bslalg_hashtableanchor.h>
#include <bslalg_hashtablebucket.h>
#include <bslalg_hashtableimputil.h>
#include <bslma_allocatortraits.h>
#include <bslma_allocatorutil.h>
#include <bslma_destructorguard.h>
#include <bslma_bslallocator.h>
#include <bslma_usesbslmaallocator.h>
#include <bslmf_addlvaluereference.h>
#include <bslmf_assert.h>
#include <bslmf_conditional.h>
#include <bslmf_enableif.h>
#include <bslmf_isbitwisemoveable.h>
#include <bslmf_isfunction.h>
#include <bslmf_ispointer.h>
#include <bslmf_istransparentpredicate.h>
#include <bslmf_movableref.h>
#include <bslmf_util.h>
#include <bsls_assert.h>
#include <bsls_bslexceptionutil.h>
#include <bsls_compilerfeatures.h>
#include <bsls_objectbuffer.h>
#include <bsls_performancehint.h>
#include <bsls_platform.h>
#include <bsls_util.h>
#include <algorithm>
#include <cstddef>
#include <cstring>
#include <limits>
#include <utility>
#include <bsls_nativestd.h>

Go to the source code of this file.

Classes

struct  bslstl::CallableVariable< CALLABLE >
 
class  bslstl::HashTable_HashWrapper< FUNCTOR >
 
class  bslstl::HashTable_HashWrapper< const FUNCTOR >
 
class  bslstl::HashTable_HashWrapper< FUNCTOR & >
 
class  bslstl::HashTable_ComparatorWrapper< FUNCTOR >
 
class  bslstl::HashTable_ComparatorWrapper< const FUNCTOR >
 
class  bslstl::HashTable_ComparatorWrapper< FUNCTOR & >
 
class  bslstl::HashTable< KEY_CONFIG, HASHER, COMPARATOR, ALLOCATOR >
 
class  bslstl::HashTable_ArrayProctor< FACTORY >
 
class  bslstl::HashTable_NodeProctor< FACTORY >
 
struct  bslstl::HashTable_ImpDetails
 
struct  bslstl::HashTable_Util
 
struct  bslstl::HashTable_BaseHasher< HASHER >
 
struct  bslstl::HashTable_Comparator< COMPARATOR >
 
class  bslstl::HashTable_ImplParameters< KEY_CONFIG, HASHER, COMPARATOR, ALLOCATOR >
 
struct  bslma::UsesBslmaAllocator< bslstl::HashTable< KEY_CONFIG, HASHER, COMPARATOR, ALLOCATOR > >
 
struct  bslma::UsesBslmaAllocator< bslstl::HashTable_ImplParameters< KEY_CONFIG, HASHER, COMPARATOR, ALLOCATOR > >
 
struct  bslmf::IsBitwiseMoveable< bslstl::HashTable< KEY_CONFIG, HASHER, COMPARATOR, ALLOCATOR > >
 

Functions

template<class FUNCTOR >
void bslstl::swap (HashTable_HashWrapper< FUNCTOR > &a, HashTable_HashWrapper< FUNCTOR > &b)
 
template<class FUNCTOR >
void bslstl::swap (HashTable_ComparatorWrapper< FUNCTOR > &lhs, HashTable_ComparatorWrapper< FUNCTOR > &rhs)
 
template<class KEY_CONFIG , class HASHER , class COMPARATOR , class ALLOCATOR >
void bslstl::swap (HashTable< KEY_CONFIG, HASHER, COMPARATOR, ALLOCATOR > &x, HashTable< KEY_CONFIG, HASHER, COMPARATOR, ALLOCATOR > &y)
 
template<class KEY_CONFIG , class HASHER , class COMPARATOR , class ALLOCATOR >
bool bslstl::operator== (const HashTable< KEY_CONFIG, HASHER, COMPARATOR, ALLOCATOR > &lhs, const HashTable< KEY_CONFIG, HASHER, COMPARATOR, ALLOCATOR > &rhs)
 
template<class KEY_CONFIG , class HASHER , class COMPARATOR , class ALLOCATOR >
bool bslstl::operator!= (const HashTable< KEY_CONFIG, HASHER, COMPARATOR, ALLOCATOR > &lhs, const HashTable< KEY_CONFIG, HASHER, COMPARATOR, ALLOCATOR > &rhs)
 

Detailed Description

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