Public Member Functions | |
basic_ofstream () | |
basic_ofstream (const char *__s, ios_base::openmode __mode=ios_base::out|ios_base::trunc) | |
Create an 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::out|ios_base::trunc) |
Specify a file to open for output. | |
void | close () |
Definition at line 394 of file fstream.
|
Default constructor for output file_stream. |
|
Create an output stream.
|
|
Close the file stream. |
|
Query to see if file stream is open.
|
|
Specify a file to open for output.
|
|
Get a pointer to the file stream's buffer.
|