NEST  2.6.0,not_revisioned_source_dir@0
Classes | Typedefs | Functions
fdstream.h File Reference

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 *)
 

Detailed Description

An implementation of C++ filestreams that supports an interface to the file descriptor.

Typedef Documentation

typedef std::iostream fdstream
typedef std::ifstream ifdstream
typedef std::ofstream ofdstream

Function Documentation

C std::FILE* fdopen ( int  ,
const char *   
)