FILE-- classes


Classes

class  filemm::basic_streambuf< T >
 Basic C FILE stream buffer. More...
struct  filemm::basic_file_traits< Char_Type, Traits >
 File I/O traits based on character type. More...
class  filemm::basic_file
 C FILE file buffer abstraction layer. More...
class  filemm::basic_cfstream< Stream_Type >
 File stream using a C FILE streambuffer. More...
class  filemm::basic_iostream< Stream_Type >
 Basic stream using a C FILE streambuffer. More...

Typedefs

typedef basic_cstreambuf<
std::filebuf > 
filemm::cfilebuf
typedef basic_fstream< filemm::icstream > filemm::ifstream
typedef basic_fstream< filemm::ocstream > filemm::ofstream
typedef basic_iostream< std::istreamfilemm::istream
typedef basic_iostream< std::ostreamfilemm::ostream
typedef basic_streambuf< std::streambuffilemm::streambuf


Typedef Documentation

typedef basic_cstreambuf<std::filebuf> filemm::cfilebuf
 

C FILE normal stream buffer.

Definition at line 42 of file fstream.hh.

typedef basic_fstream<filemm::icstream> filemm::ifstream
 

C FILE input stream.

Definition at line 101 of file fstream.hh.

typedef basic_iostream<std::istream> filemm::istream
 

C input stream.

Examples:
mixed.cc, and simple.cc.

Definition at line 72 of file iostream.hh.

typedef basic_fstream<filemm::ocstream> filemm::ofstream
 

C FILE output stream.

Definition at line 105 of file fstream.hh.

typedef basic_iostream<std::ostream> filemm::ostream
 

C output stream.

Definition at line 76 of file iostream.hh.

typedef basic_streambuf<std::streambuf> filemm::streambuf
 

C FILE normal stream buffer.

Definition at line 211 of file streambuf.hh.

Top of page
Last update Wed Apr 13 07:51:08 2005
Christian Holm
Created by DoxyGen 1.4.2