GM6000 Digital Heater Controller Branch: main
SDX-1330
List of all members | Static Public Member Functions
Cpl::Io::NewLine Class Reference

This interface defines the 'newline' character(s). More...

Detailed Description

This interface defines the 'newline' character(s).

There is a standardized (within Colony.*) newline character which is "\n". In addition there is a native (to target's OS) newline character(s). The recommendation is to build your application to ALWAYS use the 'standardized' newline character and then use the Colony's Late-Header pattern (aka colony_config.h) to customize (if required) the actual newline for the application's platform.

#include <NewLine.h>

Static Public Member Functions

static const char * standard (void)
 This method returns the Colony standardized newline character(s)
 
static const char * native (void)
 This methods returns the target's native newline character(s).
 

Member Function Documentation

◆ native()

static const char * Cpl::Io::NewLine::native ( void  )
inlinestatic

This methods returns the target's native newline character(s).

NOTE: Use of this method is discouraged - see comments in class description.

◆ standard()

static const char * Cpl::Io::NewLine::standard ( void  )
inlinestatic

This method returns the Colony standardized newline character(s)


The documentation for this class was generated from the following file: