GM6000 Digital Heater Controller Branch: main
SDX-1330
Classes | Namespaces
FHashTable_.h File Reference
#include "Cpl/Container/DictItem.h"
#include "Cpl/Container/Hash.h"
#include "Cpl/Container/HashTable_.h"
#include "Cpl/Container/HashFuncDefault.h"
#include "Cpl/Container/DList.h"
Include dependency graph for FHashTable_.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Cpl::Container::FHashTable_< N >
 This concrete class implements the core functionality for a Dictionary and/or Hash Table. More...
 
struct  Cpl::Container::FHashTable_< N >::MemDList
 Struct to allocate Memory for array of hash buckets. 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.
 

Class Documentation

◆ Cpl::Container::FHashTable_::MemDList

struct Cpl::Container::FHashTable_::MemDList
template<int N>
struct Cpl::Container::FHashTable_< N >::MemDList

Struct to allocate Memory for array of hash buckets.

Class Members
void * m_ptrs[2]