#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) |
|
Definition at line 300 of file std_fstream.h. |
|
Reimplemented from std::basic_ostream. Definition at line 301 of file std_fstream.h. |
|
Reimplemented from std::basic_ostream. Definition at line 293 of file std_fstream.h. |
|
Reimplemented from std::basic_ostream. Definition at line 295 of file std_fstream.h. |
|
Reimplemented from std::basic_ostream. Definition at line 297 of file std_fstream.h. |
|
Reimplemented from std::basic_ostream. Definition at line 296 of file std_fstream.h. |
|
Reimplemented from std::basic_ostream. Definition at line 294 of file std_fstream.h. |
|
Definition at line 304 of file std_fstream.h. |
|
Definition at line 309 of file std_fstream.h. |
|
Definition at line 314 of file std_fstream.h. |
|
Definition at line 337 of file std_fstream.h. |
|
Definition at line 326 of file std_fstream.h. |
|
Definition at line 329 of file std_fstream.h. Referenced by basic_ofstream(). |
|
Reimplemented from std::basic_ios. Definition at line 322 of file std_fstream.h. |