#include "colony_map.h"
#include "colony_config.h"
Go to the source code of this file.
|
| 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.
|
| |
◆ 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.