GM6000 Digital Heater Controller Branch: main
SDX-1330
Classes | Namespaces | Typedefs
Key.h File Reference
#include "Cpl/System/FatalError.h"
#include <stdint.h>
#include <string.h>
#include "colony_map.h"
Include dependency graph for Key.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Cpl::Container::Key
 This abstract class defines the interface that a contained object must support if it has comparable key associated with it. More...
 
class  Cpl::Container::KeyPlainType< DATATYPE >
 This template class is used to generate Key classes for most of the C/C++ primitive data types. More...
 
class  Cpl::Container::KeyStringBuffer
 This class provides a 'Key' wrapper for a array of Character of length N, i.e. More...
 
class  Cpl::Container::KeyLiteralString
 This class provides a 'Key' wrapper for a C string literal. 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 KeyPlainType< intCpl::Container::KeyInteger_T
 Pre-defined key.
 
typedef KeyPlainType< unsignedCpl::Container::KeyUnsigned_T
 Pre-defined key.
 
typedef KeyPlainType< longCpl::Container::KeyLong_T
 Pre-defined key.
 
typedef KeyPlainType< unsigned longCpl::Container::KeyULong_T
 Pre-defined key.
 
typedef KeyPlainType< size_tCpl::Container::KeySizet_T
 Pre-defined key.
 
typedef KeyPlainType< int8_tCpl::Container::KeyInteger8_T
 Pre-defined key.
 
typedef KeyPlainType< uint8_tCpl::Container::KeyUinteger8_T
 Pre-defined key.
 
typedef KeyPlainType< int16_tCpl::Container::KeyInteger16_T
 Pre-defined key.
 
typedef KeyPlainType< uint16_tCpl::Container::KeyUinteger16_T
 Pre-defined key.
 
typedef KeyPlainType< int32_tCpl::Container::KeyInteger32_T
 Pre-defined key.
 
typedef KeyPlainType< uint32_tCpl::Container::KeyUinteger32_T
 Pre-defined key.
 
typedef KeyPlainType< int64_tCpl::Container::KeyInteger64_T
 Pre-defined key.
 
typedef KeyPlainType< uint64_tCpl::Container::KeyUinteger64_T
 Pre-defined key.