f78 Managing output streams: class ostream

Contents|Index|Previous|Next

Managing output streams: class ostream

Objects of class, ostream, inherit the generic methods from ios, and in addition have the following methods available. Declarations for this class come from iostream.h.

See also the following documentation’s discussion for more information.

ostream::ostream () 
Constructor 
ostream::ostream (streambuf* sb [, ostream tie]) 
Constructor 
0