GM6000 Digital Heater Controller Branch: main
SDX-1330
Classes | Namespaces | Typedefs
Hash.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Cpl::Container::HashTableStats
 This struct defines what usage/stats can be retrieved from a Hash table. More...
 

Namespaces

namespace  Cpl
 The 'Cpl' namespace is the root name space for the Colony.
 
namespace  Cpl::Container
 The Container namespace provides classes for various types of containers.
 

Typedefs

typedef unsigned int(* Cpl::Container::HashFunc) (const void *keystart, unsigned keylen, unsigned int maxBuckets)
 This type defines the function signature for the hashing function that operates on a key stored in contiguous RAM.
 

Class Documentation

◆ Cpl::Container::HashTableStats

struct Cpl::Container::HashTableStats

This struct defines what usage/stats can be retrieved from a Hash table.

Class Members
double m_average_itemsPerBucket
unsigned long m_max_itemsPerBucket
unsigned int m_numBuckets
unsigned int m_numEmptyBuckets
unsigned long m_numItems