Inheritance diagram for std::strstream:
Public Types | |
typedef char | char_type |
typedef char_traits< char >::int_type | int_type |
typedef char_traits< char >::pos_type | pos_type |
typedef char_traits< char >::off_type | off_type |
Public Member Functions | |
strstream () | |
strstream (char *, int, ios_base::openmode=ios_base::in|ios_base::out) | |
virtual | ~strstream () |
strstreambuf * | rdbuf () const |
Accessing the underlying buffer. | |
void | freeze (bool=true) |
int | pcount () const |
char * | str () |
Private Attributes | |
strstreambuf | _M_buf |
|
These are standard types. They permit a standardized way of referring to names of (or names dependant on) the template parameters, which are specific to the implementation. Reimplemented from std::basic_iostream< char >. |
|
Reimplemented from std::basic_iostream< char >. |
|
Reimplemented from std::basic_iostream< char >. |
|
Reimplemented from std::basic_iostream< char >. |
|
|
|
|
|
|
|
|
|
|
|
Accessing the underlying buffer.
Reimplemented from std::basic_ios< char, _Traits >. |
|
|
|
|