Inheritance diagram for std::istrstream:

Public Member Functions | |
| istrstream (char *) | |
| istrstream (const char *) | |
| istrstream (char *, streamsize) | |
| istrstream (const char *, streamsize) | |
| virtual | ~istrstream () |
| strstreambuf * | rdbuf () const |
| Accessing the underlying buffer. | |
| char * | str () |
Private Attributes | |
| strstreambuf | _M_buf |
Definition at line 124 of file strstream.
| std::istrstream::istrstream | ( | char * | ) | [explicit] |
| std::istrstream::istrstream | ( | const char * | ) | [explicit] |
| std::istrstream::istrstream | ( | char * | , | |
| streamsize | ||||
| ) |
| std::istrstream::istrstream | ( | const char * | , | |
| streamsize | ||||
| ) |
| virtual std::istrstream::~istrstream | ( | ) | [virtual] |
| strstreambuf* std::istrstream::rdbuf | ( | ) | const |
Accessing the underlying buffer.
Reimplemented from std::basic_ios< char, _Traits >.
| char* std::istrstream::str | ( | ) |
strstreambuf std::istrstream::_M_buf [private] |
1.4.7