|
| wbuffer_convert (_Mysb *_Strbuf=0) |
|
| wbuffer_convert (_Mysb *_Strbuf, const _Codecvt *_Pcvt_arg) |
|
| wbuffer_convert (_Mysb *_Strbuf, const _Codecvt *_Pcvt_arg, state_type _State_arg) |
|
virtual | ~wbuffer_convert () _NOEXCEPT |
|
_Mysb * | rdbuf () const |
|
_Mysb * | rdbuf (_Mysb *_Strbuf) |
|
state_type | state () const |
|
| wbuffer_convert (const wbuffer_convert &)=delete |
|
wbuffer_convert & | operator= (const wbuffer_convert &)=delete |
|
virtual __CLR_OR_THIS_CALL | ~basic_streambuf () _NOEXCEPT |
|
pos_type __CLR_OR_THIS_CALL | pubseekoff (off_type _Off, ios_base::seekdir _Way, ios_base::openmode _Mode=ios_base::in|ios_base::out) |
|
pos_type __CLR_OR_THIS_CALL | pubseekoff (off_type _Off, ios_base::seek_dir _Way, ios_base::open_mode _Mode) |
|
pos_type __CLR_OR_THIS_CALL | pubseekpos (pos_type _Pos, ios_base::openmode _Mode=ios_base::in|ios_base::out) |
|
pos_type __CLR_OR_THIS_CALL | pubseekpos (pos_type _Pos, ios_base::open_mode _Mode) |
|
_Myt *__CLR_OR_THIS_CALL | pubsetbuf (_Elem *_Buffer, streamsize _Count) |
|
locale __CLR_OR_THIS_CALL | pubimbue (const locale &_Newlocale) |
|
locale __CLR_OR_THIS_CALL | getloc () const |
|
streamsize __CLR_OR_THIS_CALL | in_avail () |
|
int __CLR_OR_THIS_CALL | pubsync () |
|
int_type __CLR_OR_THIS_CALL | sbumpc () |
|
int_type __CLR_OR_THIS_CALL | sgetc () |
|
streamsize __CLR_OR_THIS_CALL | sgetn (_Elem *_Ptr, streamsize _Count) |
|
int_type __CLR_OR_THIS_CALL | snextc () |
|
int_type __CLR_OR_THIS_CALL | sputbackc (_Elem _Ch) |
|
void __CLR_OR_THIS_CALL | stossc () |
|
int_type __CLR_OR_THIS_CALL | sungetc () |
|
int_type __CLR_OR_THIS_CALL | sputc (_Elem _Ch) |
|
streamsize __CLR_OR_THIS_CALL | sputn (const _Elem *_Ptr, streamsize _Count) |
|
virtual void __CLR_OR_THIS_CALL | _Lock () |
|
virtual void __CLR_OR_THIS_CALL | _Unlock () |
|
|
virtual int_type | overflow (int_type _Meta=_Traits::eof()) |
|
virtual int_type | pbackfail (int_type _Meta=_Traits::eof()) |
|
virtual int_type | underflow () |
|
virtual int_type | uflow () |
|
virtual pos_type | seekoff (off_type, ios::seekdir, ios::openmode=(ios::openmode)(ios::in|ios::out)) |
|
virtual pos_type | seekpos (pos_type, ios::openmode=(ios::openmode)(ios::in|ios::out)) |
|
__CLR_OR_THIS_CALL | basic_streambuf () |
|
__CLR_OR_THIS_CALL | basic_streambuf (_Uninitialized) |
|
__CLR_OR_THIS_CALL | basic_streambuf (const _Myt &_Right) |
|
_Myt &__CLR_OR_THIS_CALL | operator= (const _Myt &_Right) |
|
void __CLR_OR_THIS_CALL | swap (_Myt &_Right) |
|
_Elem *__CLR_OR_THIS_CALL | eback () const |
|
_Elem *__CLR_OR_THIS_CALL | gptr () const |
|
_Elem *__CLR_OR_THIS_CALL | pbase () const |
|
_Elem *__CLR_OR_THIS_CALL | pptr () const |
|
_Elem *__CLR_OR_THIS_CALL | egptr () const |
|
void __CLR_OR_THIS_CALL | gbump (int _Off) |
|
void __CLR_OR_THIS_CALL | setg (_Elem *_First, _Elem *_Next, _Elem *_Last) |
|
_Elem *__CLR_OR_THIS_CALL | epptr () const |
|
_Elem *__CLR_OR_THIS_CALL | _Gndec () |
|
_Elem *__CLR_OR_THIS_CALL | _Gninc () |
|
_Elem *__CLR_OR_THIS_CALL | _Gnpreinc () |
|
streamsize __CLR_OR_THIS_CALL | _Gnavail () const |
|
void __CLR_OR_THIS_CALL | pbump (int _Off) |
|
void __CLR_OR_THIS_CALL | setp (_Elem *_First, _Elem *_Last) |
|
void __CLR_OR_THIS_CALL | setp (_Elem *_First, _Elem *_Next, _Elem *_Last) |
|
_Elem *__CLR_OR_THIS_CALL | _Pninc () |
|
streamsize __CLR_OR_THIS_CALL | _Pnavail () const |
|
void __CLR_OR_THIS_CALL | _Init () |
|
void __CLR_OR_THIS_CALL | _Init (_Elem **_Gf, _Elem **_Gn, int *_Gc, _Elem **_Pf, _Elem **_Pn, int *_Pc) |
|
virtual streamsize __CLR_OR_THIS_CALL | showmanyc () |
|
virtual streamsize __CLR_OR_THIS_CALL | xsgetn (_Elem *_Ptr, streamsize _Count) |
|
virtual streamsize __CLR_OR_THIS_CALL | xsputn (const _Elem *_Ptr, streamsize _Count) |
|
virtual pos_type __CLR_OR_THIS_CALL | seekoff (off_type, ios_base::seekdir, ios_base::openmode=ios_base::in|ios_base::out) |
|
virtual pos_type __CLR_OR_THIS_CALL | seekpos (pos_type, ios_base::openmode=ios_base::in|ios_base::out) |
|
virtual _Myt *__CLR_OR_THIS_CALL | setbuf (_Elem *, streamsize) |
|
virtual int __CLR_OR_THIS_CALL | sync () |
|
virtual void __CLR_OR_THIS_CALL | imbue (const locale &) |
|
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
Enumerator |
---|
_Unused |
|
_Wrote |
|
_Need |
|
_Got |
|
_Eof |
|
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
36 :
_Pcvt(
new _Codecvt),
locale _Loc
Definition: xlocbuf:305
size_t _Nback
Definition: xlocbuf:302
_Mysb * _Mystrbuf
Definition: xlocbuf:300
const _Codecvt * _Pcvt
Definition: xlocbuf:299
_Mode _Status
Definition: xlocbuf:301
_Codecvt::state_type state_type
Definition: xlocbuf:33
state_type _State
Definition: xlocbuf:298
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
locale _Loc
Definition: xlocbuf:305
size_t _Nback
Definition: xlocbuf:302
_Mysb * _Mystrbuf
Definition: xlocbuf:300
const _Codecvt * _Pcvt
Definition: xlocbuf:299
_Mode _Status
Definition: xlocbuf:301
_Codecvt::state_type state_type
Definition: xlocbuf:33
state_type _State
Definition: xlocbuf:298
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
locale _Loc
Definition: xlocbuf:305
size_t _Nback
Definition: xlocbuf:302
_Mysb * _Mystrbuf
Definition: xlocbuf:300
const _Codecvt * _Pcvt
Definition: xlocbuf:299
_Mode _Status
Definition: xlocbuf:301
state_type _State
Definition: xlocbuf:298
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
80 case _Codecvt::partial:
95 case _Codecvt::noconv:
static bool __CLRCALL_OR_CDECL eq_int_type(const int_type &_Left, const int_type &_Right) _NOEXCEPT
Definition: iosfwd:591
_CRTIMP _In_opt_z_ const wchar_t _In_opt_z_ const wchar_t unsigned int
Definition: crtdefs.h:642
_Mysb * _Mystrbuf
Definition: xlocbuf:300
static int_type __CLRCALL_OR_CDECL eof() _NOEXCEPT
Definition: iosfwd:603
const _Elem * c_str() const _NOEXCEPT
Definition: xstring:1737
const _Codecvt * _Pcvt
Definition: xlocbuf:299
_Mode _Status
Definition: xlocbuf:301
int int_type
Definition: iosfwd:508
state_type _State
Definition: xlocbuf:298
_Myt & assign(_Myt &&_Right) _NOEXCEPT
Definition: xstring:919
size_type size() const _NOEXCEPT
Definition: xstring:1752
_Diff _Count
Definition: algorithm:1941
string _Str
Definition: xlocbuf:304
_Myt & append(_XSTD initializer_list< _Elem > _Ilist)
Definition: xstring:972
streamsize __CLR_OR_THIS_CALL sputn(const _Elem *_Ptr, streamsize _Count)
Definition: streambuf:199
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
271 &
_Ch, &_Ch + 1, _Dest))
273 case _Codecvt::partial:
276 (
size_t)(_Src - _Buf));
278 return (_Traits::to_int_type(_Ch));
281 case _Codecvt::noconv:
284 _CSTD memcpy(&_Ch, _Buf,
287 return (_Traits::to_int_type(_Ch));
295 return (_Traits::eof());
static bool __CLRCALL_OR_CDECL eq_int_type(const int_type &_Left, const int_type &_Right) _NOEXCEPT
Definition: iosfwd:591
_Mysb * _Mystrbuf
Definition: xlocbuf:300
static int_type __CLRCALL_OR_CDECL eof() _NOEXCEPT
Definition: iosfwd:603
const _Elem * c_str() const _NOEXCEPT
Definition: xstring:1737
_In_ size_t _In_z_ const unsigned char * _Src
Definition: mbstring.h:95
int_type __CLR_OR_THIS_CALL sbumpc()
Definition: streambuf:144
static _Elem __CLRCALL_OR_CDECL to_char_type(const int_type &_Meta) _NOEXCEPT
Definition: iosfwd:579
const _Codecvt * _Pcvt
Definition: xlocbuf:299
_Mode _Status
Definition: xlocbuf:301
_In_ size_t _In_ unsigned int _Ch
Definition: mbstring.h:161
state_type _State
Definition: xlocbuf:298
_Myt & erase(size_type _Off=0)
Definition: xstring:1333
size_type size() const _NOEXCEPT
Definition: xstring:1752
#define _CSTD
Definition: yvals.h:559
string _Str
Definition: xlocbuf:304
_Myt & append(_XSTD initializer_list< _Elem > _Ilist)
Definition: xstring:972
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
Reimplemented from basic_streambuf< _Elem, _Traits >.
127 if (_Traits::eq_int_type(_Traits::eof(), _Meta))
128 return (_Traits::not_eof(_Meta));
131 return (_Traits::eof());
135 const _Elem
_Ch = _Traits::to_char_type(_Meta);
143 &_Ch, &_Ch + 1, _Src,
146 case _Codecvt::partial:
155 return (_Traits::eof());
165 return (_Traits::eof());
169 case _Codecvt::noconv:
170 if (_Traits::eq_int_type(
175 return (_Traits::eof());
180 return (_Traits::eof());
static bool __CLRCALL_OR_CDECL eq_int_type(const int_type &_Left, const int_type &_Right) _NOEXCEPT
Definition: iosfwd:591
_Longlong streamsize
Definition: iosfwd:22
size_t _Nback
Definition: xlocbuf:302
_CRTIMP _In_opt_z_ const wchar_t _In_opt_z_ const wchar_t unsigned int
Definition: crtdefs.h:642
_Mysb * _Mystrbuf
Definition: xlocbuf:300
static int_type __CLRCALL_OR_CDECL eof() _NOEXCEPT
Definition: iosfwd:603
const _Elem * c_str() const _NOEXCEPT
Definition: xstring:1737
_In_ size_t _In_z_ const unsigned char * _Src
Definition: mbstring.h:95
const _Codecvt * _Pcvt
Definition: xlocbuf:299
_Mode _Status
Definition: xlocbuf:301
int int_type
Definition: iosfwd:508
_In_ size_t _In_ unsigned int _Ch
Definition: mbstring.h:161
state_type _State
Definition: xlocbuf:298
_Myt & assign(_Myt &&_Right) _NOEXCEPT
Definition: xstring:919
size_type size() const _NOEXCEPT
Definition: xstring:1752
_Diff _Count
Definition: algorithm:1941
string _Str
Definition: xlocbuf:304
_Myt & append(_XSTD initializer_list< _Elem > _Ilist)
Definition: xstring:972
streamsize __CLR_OR_THIS_CALL sputn(const _Elem *_Ptr, streamsize _Count)
Definition: streambuf:199
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
Reimplemented from basic_streambuf< _Elem, _Traits >.
189 return (_Traits::eof());
192 if (!_Traits::eq_int_type(_Traits::eof(), _Meta))
size_t _Nback
Definition: xlocbuf:302
_Mode _Status
Definition: xlocbuf:301
_Elem _Myback[8]
Definition: xlocbuf:303
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
_Mysb * _Mystrbuf
Definition: xlocbuf:300
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
_Mysb * _Mystrbuf
Definition: xlocbuf:300
streambuf _Mysb
Definition: xlocbuf:27
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
_Traits::pos_type pos_type
Definition: xlocbuf:31
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
_Traits::pos_type pos_type
Definition: xlocbuf:31
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
state_type _State
Definition: xlocbuf:298
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
Reimplemented from basic_streambuf< _Elem, _Traits >.
220 else if (_Traits::eq_int_type(_Traits::eof(), _Meta =
_Get_elem()))
size_t _Nback
Definition: xlocbuf:302
int_type _Get_elem()
Definition: xlocbuf:243
_Elem _Myback[8]
Definition: xlocbuf:303
_Traits::int_type int_type
Definition: xlocbuf:30
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
Reimplemented from basic_streambuf< _Elem, _Traits >.
207 else if (_Traits::eq_int_type(_Traits::eof(), _Meta =
_Get_elem()))
size_t _Nback
Definition: xlocbuf:302
int_type _Get_elem()
Definition: xlocbuf:243
_Elem _Myback[8]
Definition: xlocbuf:303
_Traits::int_type int_type
Definition: xlocbuf:30
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
The documentation for this class was generated from the following file: