ostrstream Class Reference

#include <_strstream.h>

Inheritance diagram for ostrstream:

basic_ostream< _CharT, _Traits > basic_ios< _CharT, _Traits > ios_base List of all members.

Public Member Functions

 ostrstream ()
 ostrstream (char *, int, ios_base::openmode=ios_base::out)
virtual ~ostrstream ()
strstreambufrdbuf () const
void freeze (bool=true)
char * str ()
int pcount () const

Detailed Description

Definition at line 120 of file _strstream.h.


Constructor & Destructor Documentation

ostrstream::ostrstream (  ) 

Definition at line 324 of file strstream.cpp.

References basic_ios< _CharT, _Traits >::init().

ostrstream::ostrstream ( char *  ,
int  ,
ios_base::openmode  = ios_base::out 
)

Definition at line 329 of file strstream.cpp.

References basic_ios< _CharT, _Traits >::init().

ostrstream::~ostrstream (  )  [virtual]

Definition at line 335 of file strstream.cpp.


Member Function Documentation

strstreambuf * ostrstream::rdbuf (  )  const

Reimplemented from basic_ios< _CharT, _Traits >.

Definition at line 337 of file strstream.cpp.

References __CONST_CAST.

void ostrstream::freeze ( bool  = true  ) 

Definition at line 341 of file strstream.cpp.

References strstreambuf::freeze().

char * ostrstream::str (  ) 

Definition at line 345 of file strstream.cpp.

References strstreambuf::str().

int ostrstream::pcount (  )  const

Definition at line 349 of file strstream.cpp.

References strstreambuf::pcount().


The documentation for this class was generated from the following files:



Generated on Mon Mar 10 15:33:02 2008 by  doxygen 1.5.1