C++
:
Reference
:
IOstream Library
:
ostream
: ~ostream
Search:
C++
Information
Documentation
Reference
Articles
Sourcecode
Forums
Reference
C Library
IOstream Library
Strings library
STL Containers
STL Algorithms
Miscellaneous
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)