BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bdlc_flathashtable.h File Reference
#include <bsls_ident.h>
#include <bdlscm_version.h>
#include <bdlc_flathashtable_groupcontrol.h>
#include <bdlb_bitutil.h>
#include <bslalg_arrayprimitives.h>
#include <bslalg_swaputil.h>
#include <bslma_allocator.h>
#include <bslma_constructionutil.h>
#include <bslma_default.h>
#include <bslma_deallocatorproctor.h>
#include <bslma_destructorguard.h>
#include <bslma_destructorproctor.h>
#include <bslmf_assert.h>
#include <bslmf_enableif.h>
#include <bslmf_isbitwisecopyable.h>
#include <bslmf_isbitwisemoveable.h>
#include <bslmf_isconvertible.h>
#include <bslmf_movableref.h>
#include <bslmf_util.h>
#include <bsls_assert.h>
#include <bsls_compilerfeatures.h>
#include <bsls_keyword.h>
#include <bsls_objectbuffer.h>
#include <bsls_performancehint.h>
#include <bsls_platform.h>
#include <bsls_types.h>
#include <bsls_util.h>
#include <bsl_cstddef.h>
#include <bsl_cstdint.h>
#include <bsl_cstring.h>
#include <bsl_iterator.h>
#include <bsl_limits.h>
#include <bsl_type_traits.h>
#include <bsl_utility.h>

Go to the source code of this file.

Classes

class  bdlc::FlatHashTable_IteratorImp< ENTRY >
 
class  bdlc::FlatHashTable< KEY, ENTRY, ENTRY_UTIL, HASH, EQUAL >
 
struct  bdlc::FlatHashTable_ImplUtil
 
struct  bslma::UsesBslmaAllocator< bdlc::FlatHashTable< KEY, ENTRY, ENTRY_UTIL, HASH, EQUAL > >
 

Functions

template<class ENTRY >
bool bdlc::operator== (const class FlatHashTable_IteratorImp< ENTRY > &, const class FlatHashTable_IteratorImp< ENTRY > &)
 
template<class ENTRY >
bool bdlc::operator== (const FlatHashTable_IteratorImp< ENTRY > &a, const FlatHashTable_IteratorImp< ENTRY > &b)
 
template<class KEY , class ENTRY , class ENTRY_UTIL , class HASH , class EQUAL >
bool bdlc::operator== (const FlatHashTable< KEY, ENTRY, ENTRY_UTIL, HASH, EQUAL > &lhs, const FlatHashTable< KEY, ENTRY, ENTRY_UTIL, HASH, EQUAL > &rhs)
 
template<class KEY , class ENTRY , class ENTRY_UTIL , class HASH , class EQUAL >
bool bdlc::operator!= (const FlatHashTable< KEY, ENTRY, ENTRY_UTIL, HASH, EQUAL > &lhs, const FlatHashTable< KEY, ENTRY, ENTRY_UTIL, HASH, EQUAL > &rhs)
 
template<class KEY , class ENTRY , class ENTRY_UTIL , class HASH , class EQUAL >
void bdlc::swap (FlatHashTable< KEY, ENTRY, ENTRY_UTIL, HASH, EQUAL > &a, FlatHashTable< KEY, ENTRY, ENTRY_UTIL, HASH, EQUAL > &b)
 

Detailed Description

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