|
| | CallbackStreamBuf (PyObject *self) |
| | CallbackStreamBuf constructor.
|
| |
| | ~CallbackStreamBuf () |
| | CallbackStreamBuf destructor.
|
| |
| virtual int | sync () |
| | reimplementation of stringbuf::sync()
|
| |
| locale | getloc () const |
| |
| locale | pubimbue (const locale &__loc) |
| |
| pos_type | pubseekoff (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) |
| |
| pos_type | pubseekpos (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) |
| |
| __streambuf_type * | pubsetbuf (char_type *__s, streamsize __n) |
| |
| int | pubsync () |
| |
| | basic_stringbuf (const __string_type &__str, ios_base::openmode __mode=ios_base::in|ios_base::out) |
| |
| | basic_stringbuf (ios_base::openmode __mode=ios_base::in|ios_base::out) |
| |
| streamsize | in_avail () |
| |
| int_type | sbumpc () |
| |
| int_type | sgetc () |
| |
| streamsize | sgetn (char_type *__s, streamsize __n) |
| |
| int_type | snextc () |
| |
| int_type | sputbackc (char_type __c) |
| |
| int_type | sputc (char_type __c) |
| |
| streamsize | sputn (const char_type *__s, streamsize __n) |
| |
| void | stossc () |
| |
| void | str (const __string_type &__s) |
| |
| __string_type | str () const |
| |
| int_type | sungetc () |
| |
| locale | getloc () const |
| |
| locale | pubimbue (const locale &__loc) |
| |
| pos_type | pubseekoff (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) |
| |
| pos_type | pubseekpos (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) |
| |
| __streambuf_type * | pubsetbuf (char_type *__s, streamsize __n) |
| |
| int | pubsync () |
| |
| virtual | ~basic_streambuf () |
| |
| streamsize | in_avail () |
| |
| int_type | sbumpc () |
| |
| int_type | sgetc () |
| |
| streamsize | sgetn (char_type *__s, streamsize __n) |
| |
| int_type | snextc () |
| |
| int_type | sputbackc (char_type __c) |
| |
| int_type | sputc (char_type __c) |
| |
| streamsize | sputn (const char_type *__s, streamsize __n) |
| |
| void | stossc () |
| |
| int_type | sungetc () |
| |
|
| typedef __string_type::size_type | __size_type |
| |
typedef basic_streambuf
< char_type, traits_type > | __streambuf_type |
| |
typedef basic_string
< char_type, _Traits, _Alloc > | __string_type |
| |
| typedef _Alloc | allocator_type |
| |
| typedef _CharT | char_type |
| |
| typedef traits_type::int_type | int_type |
| |
| typedef traits_type::off_type | off_type |
| |
| typedef traits_type::pos_type | pos_type |
| |
| typedef _Traits | traits_type |
| |
| void | _M_stringbuf_init (ios_base::openmode __mode) |
| |
| void | _M_sync (char_type *__base, __size_type __i, __size_type __o) |
| |
| void | _M_update_egptr () |
| |
| void | gbump (int __n) |
| |
| virtual void | imbue (const locale &) |
| |
| virtual int_type | overflow (int_type __c=traits_type::eof()) |
| |
| virtual int_type | pbackfail (int_type __c=traits_type::eof()) |
| |
| void | pbump (int __n) |
| |
| virtual pos_type | seekoff (off_type __off, ios_base::seekdir __way, ios_base::openmode __mode=ios_base::in|ios_base::out) |
| |
| virtual pos_type | seekpos (pos_type __sp, ios_base::openmode __mode=ios_base::in|ios_base::out) |
| |
| virtual __streambuf_type * | setbuf (char_type *__s, streamsize __n) |
| |
| void | setg (char_type *__gbeg, char_type *__gnext, char_type *__gend) |
| |
| void | setp (char_type *__pbeg, char_type *__pend) |
| |
| virtual streamsize | showmanyc () |
| |
| virtual int_type | uflow () |
| |
| virtual int_type | underflow () |
| |
| virtual streamsize | xsgetn (char_type *__s, streamsize __n) |
| |
| virtual streamsize | xsputn (const char_type *__s, streamsize __n) |
| |
| char_type * | eback () const |
| |
| char_type * | egptr () const |
| |
| char_type * | gptr () const |
| |
| char_type * | epptr () const |
| |
| char_type * | pbase () const |
| |
| char_type * | pptr () const |
| |
| locale | _M_buf_locale |
| |
| char_type * | _M_in_beg |
| |
| char_type * | _M_in_cur |
| |
| char_type * | _M_in_end |
| |
| char_type * | _M_out_beg |
| |
| char_type * | _M_out_cur |
| |
| char_type * | _M_out_end |
| |
| ios_base::openmode | _M_mode |
| |
| __string_type | _M_string |
| |
Definition at line 15 of file CallbackStreamBuf.h.