Public Methods | |
| basic_ifstream () | |
| basic_ifstream (const char *__s, ios_base::openmode __mode=ios_base::in) | |
| Create an input file stream. More... | |
| __filebuf_type * | rdbuf () const |
| Get a pointer to the file stream's buffer. More... | |
| void | close () |
Definition at line 296 of file fstream.
|
|||||||||
|
Default constructor. Create an input file stream. |
|
||||||||||||||||
|
Create an input file stream.
|
|
|||||||||
|
Close the file. |
|
|||||||||
|
Get a pointer to the file stream's buffer.
|
1.2.15