basic_stringbuf Class Reference
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() |
Constructor & Destructor Documentation
basic_stringbuf(ios_base::openmode)
basic_stringbuf(const _String &, ios_base::openmode)
~basic_stringbuf()
~basic_stringbuf | ( | ) | [inline, virtual] |
Member Functions Documentation
_M_append_buffer()
void | _M_append_buffer | ( | ) | const [private] |
_M_set_ptrs()
void | _M_set_ptrs | ( | ) | [private] |
_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)
Member Type Definitions 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 |
Member Data Documentation
ios_base::openmode
_M_mode
basic_string< _CharT, _Traits, _Alloc > _M_str
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.