<ostream> Members

Reference

Typedefs

ostream

Creates a type from basic_ostream that is specialized on char and char_traits specialized on char.

wostream

Creates a type from basic_ostream that is specialized on wchar_t and char_traits specialized on wchar_t.

Manipulators

endl

Terminates a line and flushes the buffer.

ends

Terminates a string.

flush

Flushes the buffer.

swap

Exchanges the values of the left basic_ostream object parameter for those of the right basic_ostream object parameter.

Operators

operator<<

Writes various types to the stream.

Classes

basic_ostream

The template class describes an object that controls insertion of elements and encoded objects into a stream buffer.

See Also

Reference

<ostream>

Thread Safety in the Standard C++ Library

iostream Programming

iostreams Conventions