Inheritance diagram for std::ostrstream:

| Public Member Functions | |
| ostrstream () | |
| ostrstream (char *, int, ios_base::openmode=ios_base::out) | |
| virtual | ~ostrstream () | 
| strstreambuf * | rdbuf () const | 
| Accessing the underlying buffer. | |
| void | freeze (bool=true) | 
| char * | str () | 
| int | pcount () const | 
| Private Attributes | |
| strstreambuf | _M_buf | 
Definition at line 141 of file strstream.
| std::ostrstream::ostrstream | ( | ) | 
| std::ostrstream::ostrstream | ( | char * | , | |
| int | , | |||
| ios_base::openmode | = ios_base::out | |||
| ) | 
| virtual std::ostrstream::~ostrstream | ( | ) |  [virtual] | 
| void std::ostrstream::freeze | ( | bool | = true | ) | 
| int std::ostrstream::pcount | ( | ) | const | 
| strstreambuf* std::ostrstream::rdbuf | ( | ) | const | 
Accessing the underlying buffer.
Reimplemented from std::basic_ios< char, _Traits >.
| char* std::ostrstream::str | ( | ) | 
| strstreambuf std::ostrstream::_M_buf  [private] | 
 1.4.7
 1.4.7