Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <unistd.h>
#include <fcntl.h>
#include <ostream>
#include <istream>
#include <array>
#include <ext/ostream>
Go to the source code of this file.
Data Structures | |
class | ext::fdstreambuf |
Class representing buffered stream designed to work on defined file descriptor instead of usual file name. More... | |
class | ext::fdaccessor |
A class determining the used file descriptor from prefered (if available) and fallback file descriptor. More... | |
class | ext::ofdstream |
A class implementing an output stream interface, with destination specified by file descriptor. More... | |
class | ext::ifdstream |
A class implementing an input stream interface, with destination specified by file descriptor. More... | |
Namespaces | |
namespace | ext |