basic_ostream Members
The following tables list the members of the basic_ostream Class. For a list of members inherited by the basic_ostream class, see basic_ios Members.
Reference
Constructors
Constructs a basic_ostream object. |
Member Functions
Flushes the buffer. |
|
Puts a character in a stream. |
|
Resets position in output stream. |
|
The nested class describes an object whose declaration structures the formatted output functions and the unformatted output functions. |
|
Exchanges the values of this basic_ostream object for those of the provided basic_ostream object. |
|
Reports position in output stream. |
|
Puts characters in a stream. |
Operators
Assigns the value of the provided basic_ostream object parameter to this object. |
|
Writes to the stream. |
See Also
Reference
Thread Safety in the Standard C++ Library