Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
Namespaces | |
namespace | ext |
Functions | |
istream | ext::cin (std::cin.rdbuf()) |
ostream | ext::cout (std::cout.rdbuf()) |
ostream | ext::cerr (std::cerr.rdbuf()) |
ostream | ext::clog (std::clog.rdbuf()) |
Variables | |
ofdstream | ext::cmeasure (CMEASURE_FD, CERR_FD) |
Instance of the cmeasure stream. Default behavior is output to cout, but when the descriptor number 5 is redirected the cmeasure destination is to that descriptor. More... | |
Init | ext::relinkio |