Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include "fdstream.hpp"
Namespaces | |
namespace | ext |
Variables | |
const int | ext::CERR_FD = 2 |
The number of standard error stream descriptor. Expected to be 2. More... | |
const int | ext::CMEASURE_FD = 5 |
The number of measurement stream descriptor. Expected to be 5. More... | |
const int | ext::CLOG_FD = 4 |
The number of logging stream descriptor. Expected to be 4. More... | |
const int | ext::FAIL_FD = -1 |
The number of descriptor when binding to the predefined one fails. More... | |