NEST
2.6.0,not_revisioned_source_dir@0
|
An implementation of C++ filestreams that supports an interface to the file descriptor. More...
Go to the source code of this file.
Classes | |
class | fdbuf |
class | ofdstream |
class | ifdstream |
class | fdstream |
Typedefs | |
typedef std::ifstream | ifdstream |
typedef std::ofstream | ofdstream |
typedef std::iostream | fdstream |
Functions | |
C std::FILE * | fdopen (int, const char *) |
An implementation of C++ filestreams that supports an interface to the file descriptor.
typedef std::iostream fdstream |
typedef std::ifstream ifdstream |
typedef std::ofstream ofdstream |
C std::FILE* fdopen | ( | int | , |
const char * | |||
) |