GM6000 Digital Heater Controller Branch: main
SDX-1330
Classes | Namespaces
Output_.h File Reference
#include "Cpl/Io/Output.h"
#include "Cpl/Io/Descriptor.h"
Include dependency graph for Output_.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Cpl::Io::Stdio::Output_
 This concrete class implements a Output stream using the underlying platform's native OS 'file interface' for the C library's stdin, stdout, and stderr streams. 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.
 
namespace  Cpl::Io::File
 The File namespace provides the base/common interfaces for reading and writing data from/to Files.
 
namespace  Cpl::Io::Stdio
 The Stdio namespace provides concrete classes for the C Library's 'stdin', 'stdout', and 'stderr' input/output streams.