Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
Aggregation class for various standard streams defined by the library. More...
#include <GlobalData.h>
Static Public Attributes | |
static ext::reference_wrapper< ext::istream > | in = ext::cin |
Standard input stream. Mapped to descriptor 0. More... | |
static ext::reference_wrapper< ext::ostream > | out = ext::cout |
Standard output stream. Mapped to descriptor 1. More... | |
static ext::reference_wrapper< ext::ostream > | err = ext::cerr |
Standard error stream. Mapped to descriptor 2. More... | |
static ext::reference_wrapper< ext::ostream > | log = ext::clog |
Standard loging stream. Mapped to descriptor 4. More... | |
static ext::reference_wrapper< ext::ostream > | measure = ext::cmeasure |
Standard measurement stream. Mapped to descriptor 5. More... | |
Aggregation class for various standard streams defined by the library.
|
static |
Standard error stream. Mapped to descriptor 2.
|
static |
Standard input stream. Mapped to descriptor 0.
|
static |
Standard loging stream. Mapped to descriptor 4.
|
static |
Standard measurement stream. Mapped to descriptor 5.
|
static |
Standard output stream. Mapped to descriptor 1.