Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Namespaces
fdstream.hpp File Reference
#include <unistd.h>
#include <fcntl.h>
#include <ostream>
#include <istream>
#include <array>
#include <ext/ostream>
Include dependency graph for fdstream.hpp:
This graph shows which files directly or indirectly include this file:

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