ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
hashtable.hpp File Reference

Description:


This header file is part of module ALib Monomem of the ALib C++ Library .

© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.

Definition in file hashtable.hpp.

#include "alib/monomem/detail/hashtablebase.inl"
#include <limits>
#include <cmath>
#include "alib/lang/message/report.hpp"
#include "alib/lang/format/formatter.hpp"
Include dependency graph for hashtable.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HashTable< T, TStored, TKey, TIfMapped, THash, TEqual, TAccess, THashCaching, TRecycling >::ElementHandle
 
class  HashTable< T, TStored, TKey, TIfMapped, THash, TEqual, TAccess, THashCaching, TRecycling >
 

Namespaces

namespace  alib
 
namespace  alib::monomem
 

Functions

template<typename THashtable >
AString DbgDumpDistribution (const THashtable &hashtable, bool detailedBucketList)
 
template<typename THashtable >
AString DbgDumpHashtable (const THashtable &hashtable)
 
template<typename THashtable >
std::tuple< double, double, integer, integerDbgGetHashTableDistribution (const THashtable &hashtable)