#include <std_fstream.h>
Inheritance diagram for std::basic_ofstream:
Public Types | |
typedef _CharT | char_type |
typedef _Traits | traits_type |
typedef traits_type::int_type | int_type |
typedef traits_type::pos_type | pos_type |
typedef traits_type::off_type | off_type |
typedef basic_filebuf< char_type, traits_type > | __filebuf_type |
typedef basic_ostream< char_type, traits_type > | __ostream_type |
Public Methods | |
basic_ofstream () | |
basic_ofstream (const char *__s, ios_base::openmode __mode=ios_base::out|ios_base::trunc) | |
~basic_ofstream () | |
__filebuf_type * | rdbuf (void) const |
bool | is_open (void) |
void | open (const char *__s, ios_base::openmode __mode=ios_base::out|ios_base::trunc) |
void | close (void) |
Private Attributes | |
__filebuf_type | _M_filebuf |
|
Definition at line 304 of file std_fstream.h. |
|
Reimplemented from std::basic_ostream< _CharT, _Traits >. Definition at line 305 of file std_fstream.h. |
|
Reimplemented from std::basic_ostream< _CharT, _Traits >. Definition at line 297 of file std_fstream.h. |
|
Reimplemented from std::basic_ostream< _CharT, _Traits >. Definition at line 299 of file std_fstream.h. |
|
Reimplemented from std::basic_ostream< _CharT, _Traits >. Definition at line 301 of file std_fstream.h. |
|
Reimplemented from std::basic_ostream< _CharT, _Traits >. Definition at line 300 of file std_fstream.h. |
|
Reimplemented from std::basic_ostream< _CharT, _Traits >. Definition at line 298 of file std_fstream.h. |
|
Definition at line 312 of file std_fstream.h. References std::basic_ofstream< _CharT, _Traits >::_M_filebuf, and std::basic_ios< _CharT, _Traits >::init(). |
|
Definition at line 317 of file std_fstream.h. References std::basic_ofstream< _CharT, _Traits >::_M_filebuf, std::basic_ios< _CharT, _Traits >::init(), and std::basic_ofstream< _CharT, _Traits >::open(). |
|
Definition at line 325 of file std_fstream.h. |
|
Definition at line 345 of file std_fstream.h. References std::basic_ofstream< _CharT, _Traits >::_M_filebuf, and std::basic_ios< _CharT, _Traits >::setstate(). |
|
Definition at line 334 of file std_fstream.h. References std::basic_ofstream< _CharT, _Traits >::_M_filebuf. |
|
Definition at line 337 of file std_fstream.h. References std::basic_ofstream< _CharT, _Traits >::_M_filebuf, and std::basic_ios< _CharT, _Traits >::setstate(). Referenced by std::basic_ofstream< _CharT, _Traits >::basic_ofstream(). |
|
Reimplemented from std::basic_ios< _CharT, _Traits >. Definition at line 330 of file std_fstream.h. References std::basic_ofstream< _CharT, _Traits >::_M_filebuf. |
|
Definition at line 308 of file std_fstream.h. Referenced by std::basic_ofstream< _CharT, _Traits >::basic_ofstream(), std::basic_ofstream< _CharT, _Traits >::close(), std::basic_ofstream< _CharT, _Traits >::is_open(), std::basic_ofstream< _CharT, _Traits >::open(), and std::basic_ofstream< _CharT, _Traits >::rdbuf(). |