#include <stdapis/stlportv5/stl/_strstream.h>
| class _STLP_istrstream : public basic_istream< char, char_traits< char > > |
| Public Member Functions | |
|---|---|
| _STLP_istrstream(char *) | |
| _STLP_istrstream(const char *) | |
| _STLP_istrstream(char *, streamsize) | |
| _STLP_istrstream(const char *, streamsize) | |
| virtual | ~_STLP_istrstream() |
| _STLP_DECLSPEC _STLP_strstreambuf * | rdbuf() |
| _STLP_DECLSPEC char * | str() |
| Inherited Enumerations | |
|---|---|
| ios_base:event | |
| _STLP_DECLSPEC | _STLP_istrstream | ( | char * | ) | [explicit] |
| _STLP_DECLSPEC | _STLP_istrstream | ( | const char * | ) | [explicit] |
| _STLP_DECLSPEC | _STLP_istrstream | ( | char * | , |
| streamsize | ||||
| ) | ||||
| _STLP_DECLSPEC | _STLP_istrstream | ( | const char * | , |
| streamsize | ||||
| ) | ||||
| _STLP_DECLSPEC | ~_STLP_istrstream | ( | ) | [virtual] |
| _STLP_DECLSPEC _STLP_strstreambuf * | rdbuf | ( | ) | const |
Reimplemented from basic_ios< char, char_traits< char > >::rdbuf()const