GM6000 Digital Heater Controller Branch: main
SDX-1330
List of all members | Public Member Functions
Cpl::Container::DHashTable_ Class Reference

This concrete class implements the core functionality for a Dictionary and/or Hash Table. More...

Detailed Description

This concrete class implements the core functionality for a Dictionary and/or Hash Table.

The class requires the application to supply the memory and hash function (a default function is available) for the hash table.

#include <DHashTable_.h>

Public Member Functions

 DHashTable_ (DList< DictItem > buckets[], unsigned int numBuckets, HashFunc func=Cpl::Container::hashFuncDefault)
 Constructor.
 
void insert (DictItem &node)
 See Cpl::Container::HashTable_.
 
DictItemremoveItem (DictItem &nodeToDelete)
 See Cpl::Container::HashTable_.
 
DictItemfind (const Key &keyToFind) const
 See Cpl::Container::HashTable_.
 
DictItemfirst () const
 See Cpl::Container::HashTable_.
 
DictItemnext (DictItem &current) const
 See Cpl::Container::HashTable_.
 
void tableStats (HashTableStats &tableInfo) const
 See Cpl::Container::HashTable_.
 

Constructor & Destructor Documentation

◆ DHashTable_()

Cpl::Container::DHashTable_::DHashTable_ ( DList< DictItem buckets[],
unsigned int  numBuckets,
HashFunc  func = Cpl::Container::hashFuncDefault 
)
inline

Constructor.

Member Function Documentation

◆ find()

DictItem * Cpl::Container::DHashTable_::find ( const Key keyToFind) const
inline

◆ first()

DictItem * Cpl::Container::DHashTable_::first ( ) const
inline

◆ insert()

void Cpl::Container::DHashTable_::insert ( DictItem node)
inline

◆ next()

DictItem * Cpl::Container::DHashTable_::next ( DictItem current) const
inline

◆ removeItem()

DictItem * Cpl::Container::DHashTable_::removeItem ( DictItem nodeToDelete)
inline

◆ tableStats()

void Cpl::Container::DHashTable_::tableStats ( HashTableStats tableInfo) const
inline

The documentation for this class was generated from the following file: