basic_stringbuf Class Reference
#include
<stdapis/stlportv5/stl/_sstream.h>
Link against: libstdcppv5.lib
class basic_stringbuf : public basic_streambuf |
Inherited Functions |
---|
| basic_streambuf::_M_eback()const |
| basic_streambuf::_M_egptr()const |
| basic_streambuf::_M_gbump(int) |
| basic_streambuf::_M_gptr()const |
| basic_streambuf::_M_setg(char_type *,char_type *,char_type *) |
| basic_streambuf::_M_sputnc(char_type,streamsize) |
| basic_streambuf::basic_streambuf() |
| basic_streambuf::eback()const |
| basic_streambuf::egptr()const |
| basic_streambuf::epptr()const |
| basic_streambuf::gbump(int) |
| basic_streambuf::getloc()const |
| basic_streambuf::gptr()const |
| basic_streambuf::imbue(const locale &) |
| basic_streambuf::in_avail() |
| basic_streambuf::pbase()const |
| basic_streambuf::pbump(int) |
| basic_streambuf::pptr()const |
| basic_streambuf::pubimbue(const locale &) |
| basic_streambuf::pubseekoff(off_type,ios_base::seekdir,ios_base::openmode) |
| basic_streambuf::pubseekpos(pos_type,ios_base::openmode) |
| basic_streambuf::pubsetbuf(char_type *,streamsize) |
| basic_streambuf::pubsync() |
| basic_streambuf::sbumpc() |
| basic_streambuf::setg(char_type *,char_type *,char_type *) |
| basic_streambuf::setp(char_type *,char_type *) |
| basic_streambuf::sgetc() |
| basic_streambuf::sgetn(char_type *,streamsize) |
| basic_streambuf::showmanyc() |
| basic_streambuf::snextc() |
| basic_streambuf::sputbackc(char_type) |
| basic_streambuf::sputc(char_type) |
| basic_streambuf::sputn(const char_type *,streamsize) |
| basic_streambuf::stossc() |
| basic_streambuf::sungetc() |
| basic_streambuf::sync() |
| basic_streambuf::xsgetn(char_type *,streamsize) |
| basic_streambuf::~basic_streambuf() |
Member Type Definition Documentation
Typedef int_type
typedef _Traits::int_type | int_type |
Typedef off_type
typedef _Traits::off_type | off_type |
Typedef pos_type
typedef _Traits::pos_type | pos_type |
Typedef traits_type
typedef _Traits | traits_type |
Constructor & Destructor Documentation
basic_stringbuf ( ios_base::openmode )
basic_stringbuf ( const _String &, ios_base::openmode )
~basic_stringbuf ( )
~basic_stringbuf | ( | ) | [inline, virtual] |
Member Function Documentation
_M_xsputnc ( char_type, streamsize )
seekoff ( off_type, ios_base::seekdir, ios_base::openmode )
seekpos ( pos_type, ios_base::openmode )
setbuf ( _CharT *, streamsize )
uflow ( )
int_type
| uflow | ( | ) | [protected, inline, virtual] |
underflow ( )
int_type
| underflow | ( | ) | [protected, inline, virtual] |
xsputn ( const char_type *, streamsize )