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

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.
 

Macro Definition Documentation

◆ OPTION_CPL_TEXT_DSTRING_ALLOC_BLOCK_SIZE

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