![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
Go to the source code of this file.
Classes | |
class | Cpl::Text::DString |
This concrete class implements a simple "dynamic storage" String Type. More... | |
Namespaces | |
namespace | Cpl |
The 'Cpl' namespace is the root name space for the Colony. | |
namespace | Cpl::Text |
The Text namespace provides yet-another String class and additional string and/or text processing utilities. | |
Macros | |
#define | OPTION_CPL_TEXT_DSTRING_ALLOC_BLOCK_SIZE 16 |
This magic constant defines the default block size that the DString class uses when allocating memory, i.e. | |
#define OPTION_CPL_TEXT_DSTRING_ALLOC_BLOCK_SIZE 16 |
This magic constant defines the default block size that the DString class uses when allocating memory, i.e.
the size of all chunks of memory allocated is a multiple of the block size.