#include <dsStrstream.h>
Inheritance diagram for dsStrstreambuf:
Public Methods | |
dsStrstreambuf (size_t initial_size=_DS_SEGMENT_SIZE) | |
__int64 const std::_Fpz = 0; | |
dsStrstreambuf (const dsStrstreambuf *src) | |
dsStrstreambuf (p_alloc cust_alloc, p_free cust_free) | |
dsStrstreambuf (char *gnext, std::streampos n, char *pbeg) | |
dsStrstreambuf (const char *gnext, std::streampos n) | |
virtual | ~dsStrstreambuf () |
int | frozen () |
void | freeze (bool n=true) |
size_t | pcount () |
char * | str () |
int | overflow (int ch) |
int | underflow () |
int | pbackfail (int c) |
std::streampos | seekoff (std::streamoff off, std::ios::seekdir dir, std::ios::openmode mode) |
std::streampos | seekpos (std::streamoff off, std::ios::openmode mode) |
void | setseg (size_t new_size=_DS_SEGMENT_SIZE) |
void | clear () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|