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

Go to the source code of this file.

Classes

class  Cpl::Io::NewLine
 This interface defines the 'newline' character(s). More...
 

Namespaces

namespace  Cpl
 The 'Cpl' namespace is the root name space for the Colony.
 
namespace  Cpl::Io
 The Io namespace provides the base/common interfaces for reading and writing data from/to streams and files.
 

Macros

#define OPTION_CPL_IO_NEW_LINE_STANDARD   "\n"
 The standard newline is "\n", but allow the application to override/change it.
 
#define CPL_IO_NEW_LINE_NATIVE   CPL_IO_NEW_LINE_NATIVE_MAP
 The application must provide/map the native newline character.
 

Macro Definition Documentation

◆ CPL_IO_NEW_LINE_NATIVE

#define CPL_IO_NEW_LINE_NATIVE   CPL_IO_NEW_LINE_NATIVE_MAP

The application must provide/map the native newline character.

◆ OPTION_CPL_IO_NEW_LINE_STANDARD

#define OPTION_CPL_IO_NEW_LINE_STANDARD   "\n"

The standard newline is "\n", but allow the application to override/change it.