#include <std_fstream.h>
Inheritance diagram for std::basic_fstream:
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_ios<char_type, traits_type> | __ios_type |
typedef basic_iostream<char_type, traits_type> | __iostream_type |
Public Methods | |
basic_fstream () | |
basic_fstream (const char *__s, ios_base::openmode __mode=ios_base::in|ios_base::out) | |
~basic_fstream () | |
__filebuf_type* | rdbuf (void) const |
bool | is_open (void) |
void | open (const char *__s, ios_base::openmode __mode=ios_base::in|ios_base::out) |
void | close (void) |
|
Definition at line 358 of file std_fstream.h. |
|
Reimplemented from std::basic_istream. Definition at line 359 of file std_fstream.h. |
|
Definition at line 360 of file std_fstream.h. |
|
Reimplemented from std::basic_istream. Definition at line 351 of file std_fstream.h. |
|
Reimplemented from std::basic_istream. Definition at line 353 of file std_fstream.h. |
|
Reimplemented from std::basic_istream. Definition at line 355 of file std_fstream.h. |
|
Reimplemented from std::basic_istream. Definition at line 354 of file std_fstream.h. |
|
Reimplemented from std::basic_istream. Definition at line 352 of file std_fstream.h. |
|
Definition at line 363 of file std_fstream.h. |
|
Definition at line 368 of file std_fstream.h. |
|
Definition at line 373 of file std_fstream.h. |
|
Definition at line 396 of file std_fstream.h. |
|
Definition at line 385 of file std_fstream.h. |
|
Definition at line 388 of file std_fstream.h. Referenced by basic_fstream(). |
|
Reimplemented from std::basic_ios. Definition at line 381 of file std_fstream.h. |