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 |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Accessing the underlying buffer.
Reimplemented from std::basic_ios< char, _Traits >. |
|
|
|
|
|
|
1.3.6