Public Member Functions | |
| basic_fstream () | |
| basic_fstream (const char *__s, ios_base::openmode __mode=ios_base::in|ios_base::out) | |
| Create an input/output stream. | |
| __filebuf_type * | rdbuf () const |
| Get a pointer to the file stream's buffer. | |
| bool | is_open () |
| Query to see if file stream is open. | |
| void | open (const char *__s, ios_base::openmode __mode=ios_base::in|ios_base::out) |
| Specify a file to open for input and/or output. | |
| void | close () |
Definition at line 485 of file fstream.
|
|||||||||
|
Default constructor. Create a file stream. |
|
||||||||||||||||
|
Create an input/output stream.
|
|
|||||||||
|
Close the file stream. |
|
|||||||||
|
Query to see if file stream is open.
|
|
||||||||||||||||
|
Specify a file to open for input and/or output.
|
|
|||||||||
|
Get a pointer to the file stream's buffer.
|
1.3.4