#include <stdapis/stlportv5/stl/_strstream.h>
class _STLP_strstream : public basic_iostream< char, char_traits< char > > |
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 | |
---|---|
_STLP_strstream() | |
_STLP_strstream(char *, int, ios_base::openmode) | |
virtual | ~_STLP_strstream() |
_STLP_DECLSPEC void | freeze(bool) |
_STLP_DECLSPEC int | pcount() |
_STLP_DECLSPEC _STLP_strstreambuf * | rdbuf() |
_STLP_DECLSPEC char * | str() |
Inherited Enumerations | |
---|---|
ios_base:event |
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 |
_STLP_DECLSPEC | _STLP_strstream | ( | ) |
_STLP_DECLSPEC | _STLP_strstream | ( | char * | , |
int | , | |||
ios_base::openmode | = ios_base::in|ios_base::out | |||
) |
_STLP_DECLSPEC | ~_STLP_strstream | ( | ) | [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