![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
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. | |