|
HDK
|
An bi-directional stream object that owns its own string buffer storage. More...
#include <UT_StringStream.h>
Inheritance diagram for UT_StringStream:Public Member Functions | |
| UT_StringStream (exint reserved_size=-1) | |
| UT_StringStreamBuffer * | rdbuf () const |
| Returns the underlying stream buffer object. More... | |
| const UT_WorkBuffer & | str () |
| Returns a read-only reference to the underlying UT_WorkBuffer. More... | |
| void | reset () |
| Resets the input stream and clears all existing input data. More... | |
An bi-directional stream object that owns its own string buffer storage.
Definition at line 190 of file UT_StringStream.h.
|
inline |
Start with an empty string buffer with a given size reservation, if it is known in advance how much data will be written out. The input stream will still be empty.
Definition at line 196 of file UT_StringStream.h.
|
inline |
Returns the underlying stream buffer object.
Definition at line 201 of file UT_StringStream.h.
Resets the input stream and clears all existing input data.
Definition at line 207 of file UT_StringStream.h.
|
inline |
Returns a read-only reference to the underlying UT_WorkBuffer.
Definition at line 204 of file UT_StringStream.h.