cplusplus.com cplusplus.com
cplusplus.com   C++ : Reference : IOstream Library : ostream : ~ostream
- -
C++
Information
Documentation
Reference
Articles
Sourcecode
Forum
Reference
C Library
IOstream Library
Strings library
STL Containers
STL Algorithms
IOstream Library
manipulators
classes:
· filebuf
· fstream
· ifstream
· ios
· iostream
· ios_base
· istream
· istringstream
· ofstream
· ostream
· ostringstream
· streambuf
· stringbuf
· stringstream
objects:
· cerr
· cin
· clog
· cout
types:
· fpos
· streamoff
· streampos
· streamsize
ostream
· ostream::ostream
· ostream::~ostream
member classes:
· ostream::sentry
member functions:
· ostream::flush
· ostream::operator<<
· ostream::put
· ostream::seekp
· ostream::tellp
· ostream::write

-

ostream::~ostream destructor member
virtual ~ostream ( );

Destruct object

Destructs an object of this class.

Note that it does not destroy nor performs any operations on the associated streambuf object.

Basic template member declaration

( basic_ostream<charT,traits> )
virtual ~basic_ostream ( );

See also

ios::~ios Destruct object (destructor member)

© The C++ Resources Network, 2000-2007 - All rights reserved
Spotted an error? - contact us