STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | Public Member Functions | Protected Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
wbuffer_convert< _Codecvt, _Elem, _Traits > Class Template Reference
Inheritance diagram for wbuffer_convert< _Codecvt, _Elem, _Traits >:
basic_streambuf< _Elem, _Traits >

Public Types

typedef wbuffer_convert< _Codecvt, _Elem, _Traits > _Myt
 
typedef streambuf _Mysb
 
typedef char_traits< char > _Byte_traits
 
typedef _Traits::int_type int_type
 
typedef _Traits::pos_type pos_type
 
typedef _Traits::off_type off_type
 
typedef _Codecvt::state_type state_type
 
- Public Types inherited from basic_streambuf< _Elem, _Traits >
typedef _Elem char_type
 
typedef _Traits traits_type
 
typedef _Traits::int_type int_type
 
typedef _Traits::pos_type pos_type
 
typedef _Traits::off_type off_type
 

Public Member Functions

 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
 
_Mysbrdbuf () const
 
_Mysbrdbuf (_Mysb *_Strbuf)
 
state_type state () const
 
 wbuffer_convert (const wbuffer_convert &)=delete
 
wbuffer_convertoperator= (const wbuffer_convert &)=delete
 
- Public Member Functions inherited from basic_streambuf< _Elem, _Traits >
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 ()
 

Protected Member Functions

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))
 
- Protected Member Functions inherited from basic_streambuf< _Elem, _Traits >
__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 &)
 

Private Types

enum  _Mode {
  _Unused, _Wrote, _Need, _Got,
  _Eof
}
 
enum  { _STRING_INC = 8 }
 

Private Member Functions

int_type _Get_elem ()
 

Private Attributes

state_type _State
 
const _Codecvt * _Pcvt
 
_Mysb_Mystrbuf
 
_Mode _Status
 
size_t _Nback
 
_Elem _Myback [8]
 
string _Str
 
locale _Loc
 

Additional Inherited Members

- Protected Attributes inherited from basic_streambuf< _Elem, _Traits >
locale_Plocale
 

Member Typedef Documentation

template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
typedef char_traits<char> wbuffer_convert< _Codecvt, _Elem, _Traits >::_Byte_traits
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
typedef streambuf wbuffer_convert< _Codecvt, _Elem, _Traits >::_Mysb
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
typedef wbuffer_convert<_Codecvt, _Elem, _Traits> wbuffer_convert< _Codecvt, _Elem, _Traits >::_Myt
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
typedef _Traits::int_type wbuffer_convert< _Codecvt, _Elem, _Traits >::int_type
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
typedef _Traits::off_type wbuffer_convert< _Codecvt, _Elem, _Traits >::off_type
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
typedef _Traits::pos_type wbuffer_convert< _Codecvt, _Elem, _Traits >::pos_type
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
typedef _Codecvt::state_type wbuffer_convert< _Codecvt, _Elem, _Traits >::state_type

Member Enumeration Documentation

template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
anonymous enum
private
Enumerator
_STRING_INC 
24 {_STRING_INC = 8};
Definition: xlocbuf:24
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
enum wbuffer_convert::_Mode
private
Enumerator
_Unused 
_Wrote 
_Need 
_Got 
_Eof 
Definition: xlocbuf:23
Definition: xlocbuf:23
Definition: xlocbuf:23
Definition: xlocbuf:23
Definition: xlocbuf:23

Constructor & Destructor Documentation

template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
wbuffer_convert< _Codecvt, _Elem, _Traits >::wbuffer_convert ( _Mysb _Strbuf = 0)
inline
36  : _Pcvt(new _Codecvt),
37  _Mystrbuf(_Strbuf), _Status(_Unused), _Nback(0)
38  { // construct with byte stream buffer pointer
39  static state_type _State0;
40 
41  _State = _State0;
42  _Loc = locale(_Loc, _Pcvt);
43  }
locale _Loc
Definition: xlocbuf:305
size_t _Nback
Definition: xlocbuf:302
_Mysb * _Mystrbuf
Definition: xlocbuf:300
Definition: xlocale:62
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
Definition: xlocbuf:23
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
wbuffer_convert< _Codecvt, _Elem, _Traits >::wbuffer_convert ( _Mysb _Strbuf,
const _Codecvt *  _Pcvt_arg 
)
inline
46  : _Pcvt(_Pcvt_arg),
47  _Mystrbuf(_Strbuf), _Status(_Unused), _Nback(0)
48  { // construct with byte stream buffer pointer and codecvt
49  static state_type _State0;
50 
51  _State = _State0;
52  _Loc = locale(_Loc, _Pcvt);
53  }
locale _Loc
Definition: xlocbuf:305
size_t _Nback
Definition: xlocbuf:302
_Mysb * _Mystrbuf
Definition: xlocbuf:300
Definition: xlocale:62
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
Definition: xlocbuf:23
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
wbuffer_convert< _Codecvt, _Elem, _Traits >::wbuffer_convert ( _Mysb _Strbuf,
const _Codecvt *  _Pcvt_arg,
state_type  _State_arg 
)
inline
57  : _Pcvt(_Pcvt_arg),
58  _Mystrbuf(_Strbuf), _Status(_Unused), _Nback(0)
59  { // construct with byte stream buffer pointer, codecvt, and state
60  _State = _State_arg;
61  _Loc = locale(_Loc, _Pcvt);
62  }
locale _Loc
Definition: xlocbuf:305
size_t _Nback
Definition: xlocbuf:302
_Mysb * _Mystrbuf
Definition: xlocbuf:300
Definition: xlocale:62
const _Codecvt * _Pcvt
Definition: xlocbuf:299
_Mode _Status
Definition: xlocbuf:301
state_type _State
Definition: xlocbuf:298
Definition: xlocbuf:23
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
virtual wbuffer_convert< _Codecvt, _Elem, _Traits >::~wbuffer_convert ( )
inlinevirtual
65  { // destroy the object
66  char *_Buf = (char *)_Str.c_str();
67 
68  for (; _Status == _Wrote ; )
69  { // put any trailing homing shift
70  char *_Dest;
71 
72  if (_Str.size() < _STRING_INC)
73  _Str.assign(_STRING_INC, '\0');
74  switch (_Pcvt->unshift(_State,
75  _Buf, _Buf + _Str.size(), _Dest))
76  { // test result of homing conversion
77  case _Codecvt::ok:
78  _Status = _Unused; // homed successfully
79 
80  case _Codecvt::partial: // fall through
81  { // put any generated bytes
82  int _Count = (int)(_Dest - _Buf);
83  if (0 < _Count
87  _Count)))
88  return; // write failed
89 
90  if (_Status == _Wrote && _Count == 0)
91  _Str.append(_STRING_INC, '\0'); // try with more space
92  break;
93  }
94 
95  case _Codecvt::noconv:
96  return; // nothing to do
97 
98  default:
99  return; // conversion failed
100  }
101  }
102  }
static bool __CLRCALL_OR_CDECL eq_int_type(const int_type &_Left, const int_type &_Right) _NOEXCEPT
Definition: iosfwd:591
Definition: regex:1520
Definition: xlocbuf:24
_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
Definition: xlocbuf:23
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
Definition: xlocbuf:23
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>>
wbuffer_convert< _Codecvt, _Elem, _Traits >::wbuffer_convert ( const wbuffer_convert< _Codecvt, _Elem, _Traits > &  )
delete

Member Function Documentation

template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
int_type wbuffer_convert< _Codecvt, _Elem, _Traits >::_Get_elem ( )
inlineprivate
244  { // compose an element from byte stream buffer
245  if (_Mystrbuf != 0 && _Status != _Wrote)
246  { // got buffer, haven't written, try to compose an element
247  if (_Status == _Eof)
248  ;
249  else if (_Str.size() == 0)
250  _Status = _Need;
251  else
252  _Status = _Got;
253 
254  for (; _Status != _Eof; )
255  { // get using codecvt facet
256  char *_Buf = (char *)_Str.c_str();
257  _Elem _Ch, *_Dest;
258  const char *_Src;
259  int _Meta;
260 
261  if (_Status != _Need)
262  ;
264  _Meta = _Mystrbuf->sbumpc()))
265  _Status = _Eof;
266  else
268 
269  switch (_Pcvt->in(_State,
270  _Buf, _Buf + _Str.size(), _Src,
271  &_Ch, &_Ch + 1, _Dest))
272  { // test result of converting one element
273  case _Codecvt::partial:
274  case _Codecvt::ok:
275  _Str.erase((size_t)0, // discard any used input
276  (size_t)(_Src - _Buf));
277  if (_Dest != &_Ch)
278  return (_Traits::to_int_type(_Ch));
279  break;
280 
281  case _Codecvt::noconv:
282  if (_Str.size() < sizeof (_Elem))
283  break; // no conversion, but need more chars
284  _CSTD memcpy(&_Ch, _Buf,
285  sizeof (_Elem)); // copy raw bytes to element
286  _Str.erase((size_t)0, sizeof (_Elem));
287  return (_Traits::to_int_type(_Ch)); // return result
288 
289  default:
290  _Status = _Eof; // conversion failed
291  }
292  }
293  }
294 
295  return (_Traits::eof());
296  }
static bool __CLRCALL_OR_CDECL eq_int_type(const int_type &_Left, const int_type &_Right) _NOEXCEPT
Definition: iosfwd:591
Definition: regex:1520
_Mysb * _Mystrbuf
Definition: xlocbuf:300
Definition: xlocbuf:23
Definition: xlocbuf:23
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
Definition: xlocbuf:23
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
Definition: xlocbuf:23
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
wbuffer_convert& wbuffer_convert< _Codecvt, _Elem, _Traits >::operator= ( const wbuffer_convert< _Codecvt, _Elem, _Traits > &  )
delete
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
virtual int_type wbuffer_convert< _Codecvt, _Elem, _Traits >::overflow ( int_type  _Meta = _Traits::eof())
inlineprotectedvirtual

Reimplemented from basic_streambuf< _Elem, _Traits >.

126  { // put an element to stream
127  if (_Traits::eq_int_type(_Traits::eof(), _Meta))
128  return (_Traits::not_eof(_Meta)); // EOF, return success code
129  else if (_Mystrbuf == 0 || 0 < _Nback
130  || (_Status != _Unused && _Status != _Wrote))
131  return (_Traits::eof()); // no buffer or reading, fail
132  else
133  { // put using codecvt facet
134  char *_Buf = (char *)_Str.c_str();
135  const _Elem _Ch = _Traits::to_char_type(_Meta);
136  const _Elem *_Src;
137  char *_Dest;
138 
139  if (_Str.size() < _STRING_INC)
140  _Str.assign(_STRING_INC, '\0');
141  for (_Status = _Wrote; ; )
142  switch (_Pcvt->out(_State,
143  &_Ch, &_Ch + 1, _Src,
144  _Buf, _Buf + _Str.size(), _Dest))
145  { // test result of converting one element
146  case _Codecvt::partial:
147  case _Codecvt::ok:
148  { // converted something, try to put it out
149  int _Count = (int)(_Dest - _Buf);
150  if (0 < _Count
154  _Count)))
155  return (_Traits::eof()); // write failed
156 
157  if (_Src != &_Ch)
158  return (_Meta); // converted whole element
159 
160  if (0 < _Count)
161  ;
162  else if (_Str.size() < 4 * _STRING_INC)
163  _Str.append(_STRING_INC, '\0'); // try with more space
164  else
165  return (_Traits::eof()); // conversion failed
166  break;
167  }
168 
169  case _Codecvt::noconv:
170  if (_Traits::eq_int_type(
171  _Traits::eof(),
172  (typename _Traits::int_type)_Mystrbuf->sputn(
173  (char *)&_Ch,
174  (streamsize)sizeof (_Elem))))
175  return (_Traits::eof());
176  else
177  return (_Meta); // put native byte order
178 
179  default:
180  return (_Traits::eof()); // conversion failed
181  }
182  }
183  }
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
Definition: regex:1520
Definition: xlocbuf:24
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
Definition: xlocbuf:23
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
Definition: xlocbuf:23
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>>
virtual int_type wbuffer_convert< _Codecvt, _Elem, _Traits >::pbackfail ( int_type  _Meta = _Traits::eof())
inlineprotectedvirtual

Reimplemented from basic_streambuf< _Elem, _Traits >.

186  { // put an element back to stream
187  if (sizeof (_Myback) / sizeof (_Myback[0]) <= _Nback
188  || _Status == _Wrote)
189  return (_Traits::eof()); // nowhere to put back
190  else
191  { // enough room, put it back
192  if (!_Traits::eq_int_type(_Traits::eof(), _Meta))
193  _Myback[_Nback] = _Traits::to_char_type(_Meta);
194  ++_Nback;
195  if (_Status == _Unused)
196  _Status = _Got;
197  return (_Meta);
198  }
199  }
size_t _Nback
Definition: xlocbuf:302
Definition: xlocbuf:23
_Mode _Status
Definition: xlocbuf:301
_Elem _Myback[8]
Definition: xlocbuf:303
Definition: xlocbuf:23
Definition: xlocbuf:23
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
_Mysb* wbuffer_convert< _Codecvt, _Elem, _Traits >::rdbuf ( ) const
inline
105  { // return byte stream buffer pointer
106  return (_Mystrbuf);
107  }
_Mysb * _Mystrbuf
Definition: xlocbuf:300
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
_Mysb* wbuffer_convert< _Codecvt, _Elem, _Traits >::rdbuf ( _Mysb _Strbuf)
inline
110  { // set byte stream buffer pointer
111  _Mysb *_Oldstrbuf = _Mystrbuf;
112  _Mystrbuf = _Strbuf;
113  return (_Oldstrbuf);
114  }
_Mysb * _Mystrbuf
Definition: xlocbuf:300
streambuf _Mysb
Definition: xlocbuf:27
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
virtual pos_type wbuffer_convert< _Codecvt, _Elem, _Traits >::seekoff ( off_type  ,
ios::seekdir  ,
ios::openmode  = (ios::openmode)(ios::in | ios::out) 
)
inlineprotectedvirtual
231  { // change position by _Off
232  return (pos_type(-1)); // always fail
233  }
_Traits::pos_type pos_type
Definition: xlocbuf:31
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
virtual pos_type wbuffer_convert< _Codecvt, _Elem, _Traits >::seekpos ( pos_type  ,
ios::openmode  = (ios::openmode)(ios::in | ios::out) 
)
inlineprotectedvirtual
238  { // change position to _Pos
239  return (pos_type(-1)); // always fail
240  }
_Traits::pos_type pos_type
Definition: xlocbuf:31
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
state_type wbuffer_convert< _Codecvt, _Elem, _Traits >::state ( ) const
inline
117  { // get state
118  return (_State);
119  }
state_type _State
Definition: xlocbuf:298
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
virtual int_type wbuffer_convert< _Codecvt, _Elem, _Traits >::uflow ( )
inlineprotectedvirtual

Reimplemented from basic_streambuf< _Elem, _Traits >.

215  { // get an element from stream, point past it
216  int_type _Meta;
217 
218  if (0 < _Nback)
219  ;
220  else if (_Traits::eq_int_type(_Traits::eof(), _Meta = _Get_elem()))
221  return (_Meta); // _Get_elem failed, return EOF
222  else
223  _Myback[_Nback++] = _Traits::to_char_type(_Meta);
224  return (_Traits::to_int_type(_Myback[--_Nback]));
225  }
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>>
virtual int_type wbuffer_convert< _Codecvt, _Elem, _Traits >::underflow ( )
inlineprotectedvirtual

Reimplemented from basic_streambuf< _Elem, _Traits >.

202  { // get an element from stream, but don't point past it
203  int_type _Meta;
204 
205  if (0 < _Nback)
206  ;
207  else if (_Traits::eq_int_type(_Traits::eof(), _Meta = _Get_elem()))
208  return (_Meta); // _Get_elem failed, return EOF
209  else
210  _Myback[_Nback++] = _Traits::to_char_type(_Meta);
211  return (_Traits::to_int_type(_Myback[_Nback - 1]));
212  }
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

Member Data Documentation

template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
locale wbuffer_convert< _Codecvt, _Elem, _Traits >::_Loc
private
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
_Elem wbuffer_convert< _Codecvt, _Elem, _Traits >::_Myback[8]
private
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
_Mysb* wbuffer_convert< _Codecvt, _Elem, _Traits >::_Mystrbuf
private
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
size_t wbuffer_convert< _Codecvt, _Elem, _Traits >::_Nback
private
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
const _Codecvt* wbuffer_convert< _Codecvt, _Elem, _Traits >::_Pcvt
private
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
state_type wbuffer_convert< _Codecvt, _Elem, _Traits >::_State
private
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
_Mode wbuffer_convert< _Codecvt, _Elem, _Traits >::_Status
private
template<class _Codecvt , class _Elem = wchar_t, class _Traits = char_traits<_Elem>>
string wbuffer_convert< _Codecvt, _Elem, _Traits >::_Str
private

The documentation for this class was generated from the following file: