Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::basic_fstream Class Template Reference

#include <std_fstream.h>

Inherits std::basic_iostream< _CharT, _Traits >.

List of all members.

Public Types


Public Methods

template<typename _CharT, typename _Traits> class std::basic_fstream


Member Typedef Documentation

typedef _CharT char_type
 

Reimplemented from std::basic_istream.

typedef _Traits traits_type
 

Reimplemented from std::basic_istream.

typedef traits_type::int_type int_type
 

Reimplemented from std::basic_istream.

typedef traits_type::pos_type pos_type
 

Reimplemented from std::basic_istream.

typedef traits_type::off_type off_type
 

Reimplemented from std::basic_istream.

typedef basic_filebuf<char_type, traits_type> __filebuf_type
 

typedef basic_ios<char_type, traits_type> __ios_type
 

Reimplemented from std::basic_istream.

typedef basic_iostream<char_type, traits_type> __iostream_type
 


Constructor & Destructor Documentation

basic_fstream ( ) [inline]
 

basic_fstream ( const char * __s,
ios_base::openmode __mode = ios_base::in | ios_base::out ) [inline, explicit]
 

~basic_fstream ( ) [inline]
 


Member Function Documentation

__filebuf_type * rdbuf ( void ) const [inline]
 

Reimplemented from std::basic_ios.

bool is_open ( void ) [inline]
 

void open ( const char * __s,
ios_base::openmode __mode = ios_base::in | ios_base::out ) [inline]
 

void close ( void ) [inline]
 


The documentation for this class was generated from the following file:
Generated at Fri Apr 6 15:54:33 2001 for libstdc++ by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001