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

std::basic_ofstream Class Template Reference

#include <std_fstream.h>

Inherits std::basic_ostream< _CharT, _Traits >.

List of all members.

Public Types


Public Methods

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


Member Typedef Documentation

typedef _CharT char_type
 

Reimplemented from std::basic_ostream.

typedef _Traits traits_type
 

Reimplemented from std::basic_ostream.

typedef traits_type::int_type int_type
 

Reimplemented from std::basic_ostream.

typedef traits_type::pos_type pos_type
 

Reimplemented from std::basic_ostream.

typedef traits_type::off_type off_type
 

Reimplemented from std::basic_ostream.

typedef basic_filebuf<char_type, traits_type> __filebuf_type
 

typedef basic_ostream<char_type, traits_type> __ostream_type
 

Reimplemented from std::basic_ostream.


Constructor & Destructor Documentation

basic_ofstream ( ) [inline]
 

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

~basic_ofstream ( ) [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::out | ios_base::trunc ) [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