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 () |
Private Attributes |
| basic_filebuf< _CharT, _Traits > | _M_buf |
template<class _CharT, class _Traits>
class basic_ofstream< _CharT, _Traits >
Definition at line 524 of file _fstream.h.