#include <stdapis/stlportv5/stl/_strstream.h>
class _STLP_ostrstream : public basic_ostream< char, char_traits< char > > |
Public Member Functions | |
---|---|
_STLP_ostrstream() | |
_STLP_ostrstream(char *, int, ios_base::openmode) | |
virtual | ~_STLP_ostrstream() |
_STLP_DECLSPEC void | freeze(bool) |
_STLP_DECLSPEC int | pcount() |
_STLP_DECLSPEC _STLP_strstreambuf * | rdbuf() |
_STLP_DECLSPEC char * | str() |
Inherited Enumerations | |
---|---|
ios_base:event |
_STLP_DECLSPEC | _STLP_ostrstream | ( | ) |
_STLP_DECLSPEC | _STLP_ostrstream | ( | char * | , |
int | , | |||
ios_base::openmode | = ios_base::out | |||
) |
_STLP_DECLSPEC | ~_STLP_ostrstream | ( | ) | [virtual] |
_STLP_DECLSPEC void | freeze | ( | bool | = true | ) |
_STLP_DECLSPEC int | pcount | ( | ) | const |
_STLP_DECLSPEC _STLP_strstreambuf * | rdbuf | ( | ) | const |
Reimplemented from basic_ios< char, char_traits< char > >::rdbuf()const