![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
Go to the source code of this file.
Classes | |
class | Cpl::Text::DFString |
This concrete class is a mix of FString and a DString - the initial memory is dynamically allocated - but no additional memory allocation will occur after the instance is created, i.e. 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_DFSTRING_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_DFSTRING_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.