#include <std_fstream.h>
Inheritance diagram for std::basic_ifstream:
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_istream<char_type, traits_type> | __istream_type |
Public Methods | |
basic_ifstream () | |
basic_ifstream (const char *__s, ios_base::openmode __mode=ios_base::in) | |
~basic_ifstream () | |
__filebuf_type* | rdbuf () const |
bool | is_open (void) |
void | open (const char *__s, ios_base::openmode __mode=ios_base::in) |
void | close (void) |
|
Definition at line 244 of file std_fstream.h. |
|
Reimplemented from std::basic_istream. Definition at line 245 of file std_fstream.h. |
|
Reimplemented from std::basic_istream. Definition at line 237 of file std_fstream.h. |
|
Reimplemented from std::basic_istream. Definition at line 239 of file std_fstream.h. |
|
Reimplemented from std::basic_istream. Definition at line 241 of file std_fstream.h. |
|
Reimplemented from std::basic_istream. Definition at line 240 of file std_fstream.h. |
|
Reimplemented from std::basic_istream. Definition at line 238 of file std_fstream.h. |
|
Definition at line 248 of file std_fstream.h. |
|
Definition at line 253 of file std_fstream.h. |
|
Definition at line 257 of file std_fstream.h. |
|
Definition at line 279 of file std_fstream.h. |
|
Definition at line 269 of file std_fstream.h. |
|
Definition at line 272 of file std_fstream.h. Referenced by basic_ifstream(). |
|
Reimplemented from std::basic_ios. Definition at line 265 of file std_fstream.h. |