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

basic_ostream

Constructs a basic_ostream object.

Member Functions

flush

Flushes the buffer.

put

Puts a character in a stream.

seekp

Resets position in output stream.

sentry

The nested class describes an object whose declaration structures the formatted output functions and the unformatted output functions.

swap

Exchanges the values of this basic_ostream object for those of the provided basic_ostream object.

tellp

Reports position in output stream.

write

Puts characters in a stream.

Operators

operator=

Assigns the value of the provided basic_ostream object parameter to this object.

operator<<

Writes to the stream.

See Also

Reference

basic_ostream Class

basic_ios Class

Thread Safety in the C++ Standard Library

iostream Programming

iostreams Conventions

Other Resources

basic_ios Members