Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Static Public Attributes
common::Streams Class Reference

Aggregation class for various standard streams defined by the library. More...

#include <GlobalData.h>

Static Public Attributes

static ext::reference_wrapper< ext::istreamin = ext::cin
 Standard input stream. Mapped to descriptor 0. More...
 
static ext::reference_wrapper< ext::ostreamout = ext::cout
 Standard output stream. Mapped to descriptor 1. More...
 
static ext::reference_wrapper< ext::ostreamerr = ext::cerr
 Standard error stream. Mapped to descriptor 2. More...
 
static ext::reference_wrapper< ext::ostreamlog = ext::clog
 Standard loging stream. Mapped to descriptor 4. More...
 
static ext::reference_wrapper< ext::ostreammeasure = ext::cmeasure
 Standard measurement stream. Mapped to descriptor 5. More...
 

Detailed Description

Aggregation class for various standard streams defined by the library.

Field Documentation

◆ err

ext::reference_wrapper< ext::ostream > common::Streams::err = ext::cerr
static

Standard error stream. Mapped to descriptor 2.

◆ in

ext::reference_wrapper< ext::istream > common::Streams::in = ext::cin
static

Standard input stream. Mapped to descriptor 0.

◆ log

ext::reference_wrapper< ext::ostream > common::Streams::log = ext::clog
static

Standard loging stream. Mapped to descriptor 4.

◆ measure

ext::reference_wrapper< ext::ostream > common::Streams::measure = ext::cmeasure
static

Standard measurement stream. Mapped to descriptor 5.

◆ out

ext::reference_wrapper< ext::ostream > common::Streams::out = ext::cout
static

Standard output stream. Mapped to descriptor 1.


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