#include <stdapis/stlportv5/stl/_strstream.h>
| class strstream : public basic_iostream |
| Public Member Type Definitions | |
|---|---|
| typedef | char char_type |
| typedef | char_traits< char >::int_type int_type |
| typedef | char_traits< char >::off_type off_type |
| typedef | char_traits< char >::pos_type pos_type |
| Public Member Functions | |
|---|---|
| virtual | ~_STLP_strstream() |
| _STLP_DECLSPEC | _STLP_strstream() |
| _STLP_DECLSPEC | _STLP_strstream(char *, int, ios_base::openmode) |
| _STLP_DECLSPEC void | freeze(bool) |
| _STLP_DECLSPEC int | pcount() |
| _STLP_DECLSPEC strstreambuf * | rdbuf() |
| _STLP_DECLSPEC char * | str() |
| Inherited Enumerations | |
|---|---|
| ios_base:event | |
| _STLP_DECLSPEC | _STLP_strstream | ( | char * | , |
| int | , | |||
| ios_base::openmode | = ios_base::in|ios_base::out | |||
| ) | ||||