GM6000 Digital Heater Controller Branch: main
SDX-1330
Classes | Namespaces | Macros
DFString.h File Reference
#include "colony_config.h"
#include "Cpl/Text/FString_.h"
Include dependency graph for DFString.h:
This graph shows which files directly or indirectly include this file:

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.
 

Macro Definition Documentation

◆ OPTION_CPL_TEXT_DFSTRING_ALLOC_BLOCK_SIZE

#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.