Share via


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.

tellp

Reports position in output stream.

write

Puts characters in a stream.

Operators

operator<<

Writes to the stream.

See Also

Concepts

basic_ostream Class

basic_ios Class

basic_ios Members

Thread Safety in the Standard C++ Library

iostream Programming

iostreams Conventions