basic_ofstream Members
The following table lists the members of the basic_ofstream Class. For a list of members inherited by the basic_ofstream class, see basic_ostream Members.
Reference
Constructors
Creates an object of type basic_ofstream. |
Member Functions
Closes a file. |
|
Determines if a file is open. |
|
Opens a file. |
|
Returns the address of the stored stream buffer. |
|
Exchange the contents of this basic_ofstream for the contents of the provided basic_ofstream. |
Operators
Assigns the content of this stream object. This is a move assignment involving an rvalue reference that does not leave a copy behind. |
See Also
Reference
Thread Safety in the Standard C++ Library