#include <unistd.h>
#include <sys/types.h>
#include <errno.h>
#include <istream>
#include <ostream>
#include <streambuf>
#include <algorithm>
#include <string>
#include <cstddef>
#include <c++-gtk-utils/shared_handle.h>
#include <c++-gtk-utils/cgu_config.h>
#include <c++-gtk-utils/fdstream.tpp>
Go to the source code of this file.
|
| typedef basic_fdinbuf< char > | Cgu::fdinbuf |
| | Input stream buffer for file descriptors for char type. More...
|
| |
| typedef basic_fdoutbuf< char > | Cgu::fdoutbuf |
| | Output stream buffer for file descriptors for char type. More...
|
| |
| typedef basic_fdistream< char > | Cgu::fdistream |
| | Input stream for file descriptors for char type. More...
|
| |
| typedef basic_fdostream< char > | Cgu::fdostream |
| | Output stream for file descriptors for char type. More...
|
| |
| typedef basic_fdinbuf< wchar_t > | Cgu::wfdinbuf |
| | Input stream buffer for file descriptors for wchar_t type. More...
|
| |
| typedef basic_fdoutbuf< wchar_t > | Cgu::wfdoutbuf |
| | Output stream buffer for file descriptors for wchar_t type. More...
|
| |
| typedef basic_fdistream< wchar_t > | Cgu::wfdistream |
| | Input stream for file descriptors for wchar_t type. More...
|
| |
| typedef basic_fdostream< wchar_t > | Cgu::wfdostream |
| | Output stream for file descriptors for wchar_t type. More...
|
| |