1#ifndef Cpl_Io_NewLine_h_
2#define Cpl_Io_NewLine_h_
16#include "colony_map.h"
17#include "colony_config.h"
21#ifndef OPTION_CPL_IO_NEW_LINE_STANDARD
22#define OPTION_CPL_IO_NEW_LINE_STANDARD "\n"
26#define CPL_IO_NEW_LINE_NATIVE CPL_IO_NEW_LINE_NATIVE_MAP
#define CPL_IO_NEW_LINE_NATIVE
The application must provide/map the native newline character.
Definition NewLine.h:26
#define OPTION_CPL_IO_NEW_LINE_STANDARD
The standard newline is "\n", but allow the application to override/change it.
Definition NewLine.h:22
This interface defines the 'newline' character(s).
Definition NewLine.h:45
static const char * standard(void)
This method returns the Colony standardized newline character(s)
Definition NewLine.h:49
static const char * native(void)
This methods returns the target's native newline character(s).
Definition NewLine.h:57
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20