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 |
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
Accessing the underlying buffer.
Reimplemented from std::basic_ios< char, _Traits >. |
|
|
|
|
|
|
1.3.6