basic_ofstream< _CharT, _Traits > Class Template Reference

#include <_fstream.h>

Inheritance diagram for basic_ofstream< _CharT, _Traits >:

basic_ostream< _CharT, _Traits > basic_ios< _CharT, _Traits > ios_base List of all members.

Public Types

typedef _CharT char_type
typedef _Traits::int_type int_type
typedef _Traits::pos_type pos_type
typedef _Traits::off_type off_type
typedef _Traits traits_type
typedef basic_ios< _CharT,
_Traits > 
_Basic_ios
typedef basic_ostream< _CharT,
_Traits > 
_Base
typedef basic_filebuf< _CharT,
_Traits > 
_Buf

Public Member Functions

 basic_ofstream ()
 basic_ofstream (const char *__s, ios_base::openmode __mod=ios_base::out)
 basic_ofstream (int __id, ios_base::openmode __mod=ios_base::out)
 basic_ofstream (const char *__s, ios_base::openmode __m, long __protection)
 ~basic_ofstream ()
basic_filebuf< _CharT, _Traits > * rdbuf () const
bool is_open ()
void open (const char *__s, ios_base::openmode __mod=ios_base::out)
void close ()

Detailed Description

template<class _CharT, class _Traits>
class basic_ofstream< _CharT, _Traits >

Definition at line 568 of file _fstream.h.


Member Typedef Documentation

template<class _CharT, class _Traits>
typedef _CharT basic_ofstream< _CharT, _Traits >::char_type

Reimplemented from basic_ostream< _CharT, _Traits >.

Definition at line 570 of file _fstream.h.

template<class _CharT, class _Traits>
typedef _Traits::int_type basic_ofstream< _CharT, _Traits >::int_type

Reimplemented from basic_ostream< _CharT, _Traits >.

Definition at line 571 of file _fstream.h.

template<class _CharT, class _Traits>
typedef _Traits::pos_type basic_ofstream< _CharT, _Traits >::pos_type

Reimplemented from basic_ostream< _CharT, _Traits >.

Definition at line 572 of file _fstream.h.

template<class _CharT, class _Traits>
typedef _Traits::off_type basic_ofstream< _CharT, _Traits >::off_type

Reimplemented from basic_ostream< _CharT, _Traits >.

Definition at line 573 of file _fstream.h.

template<class _CharT, class _Traits>
typedef _Traits basic_ofstream< _CharT, _Traits >::traits_type

Reimplemented from basic_ostream< _CharT, _Traits >.

Definition at line 574 of file _fstream.h.

template<class _CharT, class _Traits>
typedef basic_ios<_CharT, _Traits> basic_ofstream< _CharT, _Traits >::_Basic_ios

Reimplemented from basic_ostream< _CharT, _Traits >.

Definition at line 576 of file _fstream.h.

template<class _CharT, class _Traits>
typedef basic_ostream<_CharT, _Traits> basic_ofstream< _CharT, _Traits >::_Base

Definition at line 577 of file _fstream.h.

template<class _CharT, class _Traits>
typedef basic_filebuf<_CharT, _Traits> basic_ofstream< _CharT, _Traits >::_Buf

Definition at line 578 of file _fstream.h.


Constructor & Destructor Documentation

template<class _CharT, class _Traits>
basic_ofstream< _CharT, _Traits >::basic_ofstream (  )  [inline]

Definition at line 581 of file _fstream.h.

References basic_ios< _CharT, _Traits >::init().

template<class _CharT, class _Traits>
basic_ofstream< _CharT, _Traits >::basic_ofstream ( const char *  __s,
ios_base::openmode  __mod = ios_base::out 
) [inline, explicit]

template<class _CharT, class _Traits>
basic_ofstream< _CharT, _Traits >::basic_ofstream ( int  __id,
ios_base::openmode  __mod = ios_base::out 
) [inline, explicit]

template<class _CharT, class _Traits>
basic_ofstream< _CharT, _Traits >::basic_ofstream ( const char *  __s,
ios_base::openmode  __m,
long  __protection 
) [inline]

template<class _CharT, class _Traits>
basic_ofstream< _CharT, _Traits >::~basic_ofstream (  )  [inline]

Definition at line 618 of file _fstream.h.


Member Function Documentation

template<class _CharT, class _Traits>
basic_filebuf<_CharT, _Traits>* basic_ofstream< _CharT, _Traits >::rdbuf (  )  const [inline]

Reimplemented from basic_ios< _CharT, _Traits >.

Definition at line 621 of file _fstream.h.

References __CONST_CAST.

template<class _CharT, class _Traits>
bool basic_ofstream< _CharT, _Traits >::is_open (  )  [inline]

Definition at line 624 of file _fstream.h.

template<class _CharT, class _Traits>
void basic_ofstream< _CharT, _Traits >::open ( const char *  __s,
ios_base::openmode  __mod = ios_base::out 
) [inline]

Definition at line 628 of file _fstream.h.

template<class _CharT, class _Traits>
void basic_ofstream< _CharT, _Traits >::close (  )  [inline]

Definition at line 633 of file _fstream.h.


The documentation for this class was generated from the following file:
  • /home/ntakagi/work/STLport-5.1.5/stlport/stl/_fstream.h



Generated on Mon Mar 10 15:32:57 2008 by  doxygen 1.5.1