1#ifndef Cpl_Container_DictItem_h_
2#define Cpl_Container_DictItem_h_
57 DictItem(
const char* ignoreThisParameter_usedToCreateAUniqueConstructor )
58 :
ExtendedItem( ignoreThisParameter_usedToCreateAUniqueConstructor ) {}
This abstract class represents a item that can be contained in Dictionary.
Definition DictItem.h:34
unsigned int m_hashCode_
Remember which hash bucket I am stored in.
Definition DictItem.h:44
DictItem(const char *ignoreThisParameter_usedToCreateAUniqueConstructor)
Constructor used ONLY with the child class MapItem: -->special constructor to allow a Map to be stati...
Definition DictItem.h:57
virtual const Key & getKey() const noexcept=0
This method returns a reference to the Item's Key instance.
This class is used by the Container classes to implement a various types of DOUBLY linked containers.
Definition Item.h:91
This concrete provides a collection of functions used by the 'Hash Table' classes.
Definition HashTable_.h:36
This abstract class defines the interface that a contained object must support if it has comparable k...
Definition Key.h:32
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20