ReactOS 0.4.16-dev-38-g96c65e9
|
#include <_sstream.h>
Public Types | |
typedef _CharT | char_type |
typedef _Traits::int_type | int_type |
typedef _Traits::pos_type | pos_type |
typedef _Traits::off_type | off_type |
typedef _Traits | traits_type |
typedef basic_streambuf< _CharT, _Traits > | _Base |
typedef basic_stringbuf< _CharT, _Traits, _Alloc > | _Self |
typedef basic_string< _CharT, _Traits, _Alloc > | _String |
Public Types inherited from basic_streambuf< _CharT, _Traits > | |
typedef _CharT | char_type |
typedef _Traits::int_type | int_type |
typedef _Traits::pos_type | pos_type |
typedef _Traits::off_type | off_type |
typedef _Traits | traits_type |
Private Member Functions | |
void | _M_set_ptrs () |
Static Private Member Functions | |
static _CharT * | _S_start (const _String &__str) |
static _CharT * | _S_finish (const _String &__str) |
Private Attributes | |
ios_base::openmode | _M_mode |
_String | _M_str |
Definition at line 55 of file _sstream.h.
typedef basic_streambuf<_CharT, _Traits> basic_stringbuf< _CharT, _Traits, _Alloc >::_Base |
Definition at line 63 of file _sstream.h.
typedef basic_stringbuf<_CharT, _Traits, _Alloc> basic_stringbuf< _CharT, _Traits, _Alloc >::_Self |
Definition at line 64 of file _sstream.h.
typedef basic_string<_CharT, _Traits, _Alloc> basic_stringbuf< _CharT, _Traits, _Alloc >::_String |
Definition at line 65 of file _sstream.h.
typedef _CharT basic_stringbuf< _CharT, _Traits, _Alloc >::char_type |
Definition at line 57 of file _sstream.h.
typedef _Traits::int_type basic_stringbuf< _CharT, _Traits, _Alloc >::int_type |
Definition at line 58 of file _sstream.h.
typedef _Traits::off_type basic_stringbuf< _CharT, _Traits, _Alloc >::off_type |
Definition at line 60 of file _sstream.h.
typedef _Traits::pos_type basic_stringbuf< _CharT, _Traits, _Alloc >::pos_type |
Definition at line 59 of file _sstream.h.
typedef _Traits basic_stringbuf< _CharT, _Traits, _Alloc >::traits_type |
Definition at line 61 of file _sstream.h.
|
explicit |
Definition at line 45 of file _sstream.c.
|
explicit |
Definition at line 51 of file _sstream.c.
|
virtual |
Definition at line 58 of file _sstream.c.
|
private |
Definition at line 72 of file _sstream.c.
Referenced by basic_stringbuf< _CharT, _Traits, _Alloc >::basic_stringbuf().
|
protectedvirtual |
Reimplemented from basic_streambuf< _CharT, _Traits >.
Definition at line 213 of file _sstream.c.
|
inlinestaticprivate |
Definition at line 99 of file _sstream.h.
|
inlinestaticprivate |
Definition at line 98 of file _sstream.h.
|
inlineprotected |
Definition at line 84 of file _sstream.h.
Referenced by basic_stringbuf< _CharT, _Traits, _Alloc >::overflow().
|
protectedvirtual |
Reimplemented from basic_streambuf< _CharT, _Traits >.
Definition at line 142 of file _sstream.c.
|
inlineprotected |
Definition at line 83 of file _sstream.h.
Referenced by basic_stringbuf< _CharT, _Traits, _Alloc >::pbackfail().
|
protectedvirtual |
Reimplemented from basic_streambuf< _CharT, _Traits >.
Definition at line 117 of file _sstream.c.
|
protectedvirtual |
Reimplemented from basic_streambuf< _CharT, _Traits >.
Definition at line 300 of file _sstream.c.
|
protectedvirtual |
Reimplemented from basic_streambuf< _CharT, _Traits >.
Definition at line 358 of file _sstream.c.
|
protectedvirtual |
Reimplemented from basic_streambuf< _CharT, _Traits >.
Definition at line 262 of file _sstream.c.
|
inline |
Definition at line 75 of file _sstream.h.
void basic_stringbuf< _CharT, _Traits, _Alloc >::str | ( | const _String & | __s | ) |
Definition at line 64 of file _sstream.c.
|
protectedvirtual |
Reimplemented from basic_streambuf< _CharT, _Traits >.
Definition at line 105 of file _sstream.c.
|
protectedvirtual |
Reimplemented from basic_streambuf< _CharT, _Traits >.
Definition at line 96 of file _sstream.c.
|
protectedvirtual |
Reimplemented from basic_streambuf< _CharT, _Traits >.
Definition at line 170 of file _sstream.c.
|
private |
Definition at line 102 of file _sstream.h.
|
private |
Definition at line 103 of file _sstream.h.
Referenced by basic_stringbuf< _CharT, _Traits, _Alloc >::str().