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
stdext::cvt::wbuffer_convert< _Codecvt, _Elem, _Traits > Class Template Reference
Inheritance diagram for stdext::cvt::wbuffer_convert< _Codecvt, _Elem, _Traits >:

Public Types

typedef wbuffer_convert< _Codecvt, _Elem, _Traits > _Myt
 
typedef _STD streambuf _Mysb
 
typedef _STD char_traits< char > _Byte_traits
 
typedef _Traits::int_type int_type
 
typedef _Traits::pos_type pos_type
 
typedef _Traits::off_type off_type
 
typedef _Traits::state_type state_type
 

Public Member Functions

 wbuffer_convert (_Mysb *_Strbuf=0)
 
 wbuffer_convert (_Mysb *_Strbuf, _Codecvt *_Pcvt_arg)
 
 wbuffer_convert (_Mysb *_Strbuf, _Codecvt *_Pcvt_arg, state_type _State_arg)
 
virtual ~wbuffer_convert () _NOEXCEPT
 
_Mysbrdbuf () const
 
_Mysbrdbuf (_Mysb *_Strbuf)
 
state_type state () const
 

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, _STD ios::seekdir, _STD ios::openmode=(_STD ios::openmode)(_STD ios::in|_STD ios::out))
 
virtual pos_type seekpos (pos_type, _STD ios::openmode=(_STD ios::openmode)(_STD ios::in|_STD ios::out))
 

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
 
_Codecvt * _Pcvt
 
_Mysb_Mystrbuf
 
_Mode _Status
 
size_t _Nback
 
_Elem _Myback [8]
 
_STD string _Str
 
_STD locale _Loc
 

Member Typedef Documentation

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

Member Enumeration Documentation

template<class _Codecvt, class _Elem = wchar_t, class _Traits = _STD char_traits<_Elem>>
anonymous enum
private
Enumerator
_STRING_INC 
34 {_STRING_INC = 8};
template<class _Codecvt, class _Elem = wchar_t, class _Traits = _STD char_traits<_Elem>>
enum stdext::cvt::wbuffer_convert::_Mode
private
Enumerator
_Unused 
_Wrote 
_Need 
_Got 
_Eof 

Constructor & Destructor Documentation

template<class _Codecvt, class _Elem = wchar_t, class _Traits = _STD char_traits<_Elem>>
stdext::cvt::wbuffer_convert< _Codecvt, _Elem, _Traits >::wbuffer_convert ( _Mysb _Strbuf = 0)
inline
47  : _Pcvt(new _Codecvt),
48  _Mystrbuf(_Strbuf), _Status(_Unused), _Nback(0)
49  { // construct with byte stream buffer pointer
50  static state_type _State0;
51 
52  _State = _State0;
54  }
_Mode _Status
Definition: wbuffer:312
state_type _State
Definition: wbuffer:309
size_t _Nback
Definition: wbuffer:313
_Mysb * _Mystrbuf
Definition: wbuffer:311
_Traits::state_type state_type
Definition: wbuffer:44
#define _ADDFAC(loc, pfac)
Definition: xlocale:553
_STD locale _Loc
Definition: wbuffer:316
_Codecvt * _Pcvt
Definition: wbuffer:310
template<class _Codecvt, class _Elem = wchar_t, class _Traits = _STD char_traits<_Elem>>
stdext::cvt::wbuffer_convert< _Codecvt, _Elem, _Traits >::wbuffer_convert ( _Mysb _Strbuf,
_Codecvt *  _Pcvt_arg 
)
inline
57  : _Pcvt(_Pcvt_arg),
58  _Mystrbuf(_Strbuf), _Status(_Unused), _Nback(0)
59  { // construct with byte stream buffer pointer and codecvt
60  static state_type _State0;
61 
62  _State = _State0;
64  }
_Mode _Status
Definition: wbuffer:312
state_type _State
Definition: wbuffer:309
size_t _Nback
Definition: wbuffer:313
_Mysb * _Mystrbuf
Definition: wbuffer:311
_Traits::state_type state_type
Definition: wbuffer:44
#define _ADDFAC(loc, pfac)
Definition: xlocale:553
_STD locale _Loc
Definition: wbuffer:316
_Codecvt * _Pcvt
Definition: wbuffer:310
template<class _Codecvt, class _Elem = wchar_t, class _Traits = _STD char_traits<_Elem>>
stdext::cvt::wbuffer_convert< _Codecvt, _Elem, _Traits >::wbuffer_convert ( _Mysb _Strbuf,
_Codecvt *  _Pcvt_arg,
state_type  _State_arg 
)
inline
68  : _Pcvt(_Pcvt_arg),
69  _Mystrbuf(_Strbuf), _Status(_Unused), _Nback(0)
70  { // construct with byte stream buffer pointer, codecvt, and state
71  _State = _State_arg;
73  }
_Mode _Status
Definition: wbuffer:312
state_type _State
Definition: wbuffer:309
size_t _Nback
Definition: wbuffer:313
_Mysb * _Mystrbuf
Definition: wbuffer:311
#define _ADDFAC(loc, pfac)
Definition: xlocale:553
_STD locale _Loc
Definition: wbuffer:316
_Codecvt * _Pcvt
Definition: wbuffer:310
template<class _Codecvt, class _Elem = wchar_t, class _Traits = _STD char_traits<_Elem>>
virtual stdext::cvt::wbuffer_convert< _Codecvt, _Elem, _Traits >::~wbuffer_convert ( )
inlinevirtual
76  { // destroy the object
77  char *_Buf = (char *)_Str.c_str();
78 
79  for (; _Status == _Wrote ; )
80  { // put any trailing homing shift
81  char *_Dest;
82 
83  if (_Str.size() < _STRING_INC)
84  _Str.assign(_STRING_INC, '\0');
85  switch (_Pcvt->unshift(_State,
86  _Buf, _Buf + _Str.size(), _Dest))
87  { // test result of homing conversion
88  case _Codecvt::ok:
89  _Status = _Unused; // homed successfully
90 
91  case _Codecvt::partial: // fall through
92  { // put any generated bytes
93  size_t _Count = _Dest - _Buf;
94  if (0 < _Count
95  && _Byte_traits::eq_int_type(
96  _Byte_traits::eof(),
97  (typename _Traits::int_type)_Mystrbuf->sputn(
98  _Buf,
99  (_STD streamsize)_Count)))
100  return; // write failed
101 
102  if (_Status == _Wrote && _Count == 0)
103  _Str.append(_STRING_INC, '\0'); // try with more space
104  break;
105  }
106 
107  case _Codecvt::noconv:
108  return; // nothing to do
109 
110  default:
111  return; // conversion failed
112  }
113  }
114 
115  }
_Mode _Status
Definition: wbuffer:312
_Longlong streamsize
Definition: iosfwd:22
state_type _State
Definition: wbuffer:309
Definition: regex:1520
_Mysb * _Mystrbuf
Definition: wbuffer:311
const _Elem * c_str() const _NOEXCEPT
Definition: xstring:1737
_STD string _Str
Definition: wbuffer:315
_Myt & assign(_Myt &&_Right) _NOEXCEPT
Definition: xstring:919
size_type size() const _NOEXCEPT
Definition: xstring:1752
_Diff _Count
Definition: algorithm:1941
_Myt & append(_XSTD initializer_list< _Elem > _Ilist)
Definition: xstring:972
_Codecvt * _Pcvt
Definition: wbuffer:310

Member Function Documentation

template<class _Codecvt, class _Elem = wchar_t, class _Traits = _STD char_traits<_Elem>>
int_type stdext::cvt::wbuffer_convert< _Codecvt, _Elem, _Traits >::_Get_elem ( )
inlineprivate
255  { // compose an element from byte stream buffer
256  if (_Mystrbuf != 0 && _Status != _Wrote)
257  { // got buffer, haven't written, try to compose an element
258  if (_Status == _Eof)
259  ;
260  else if (_Str.size() == 0)
261  _Status = _Need;
262  else
263  _Status = _Got;
264 
265  for (; _Status != _Eof; )
266  { // get using codecvt facet
267  char *_Buf = (char *)_Str.c_str();
268  _Elem _Ch, *_Dest;
269  const char *_Src;
270  int _Meta;
271 
272  if (_Status != _Need)
273  ;
274  else if (_Byte_traits::eq_int_type(_Byte_traits::eof(),
275  _Meta = _Mystrbuf->sbumpc()))
276  _Status = _Eof;
277  else
278  _Str.append(1, _Byte_traits::to_char_type(_Meta));
279 
280  switch (_Pcvt->in(_State,
281  _Buf, _Buf + _Str.size(), _Src,
282  &_Ch, &_Ch + 1, _Dest))
283  { // test result of converting one element
284  case _Codecvt::partial:
285  case _Codecvt::ok:
286  _Str.erase((size_t)0, // discard any used input
287  (size_t)(_Src - _Buf));
288  if (_Dest != &_Ch)
289  return (_Traits::to_int_type(_Ch));
290  break;
291 
292  case _Codecvt::noconv:
293  if (_Str.size() < sizeof (_Elem))
294  break; // no conversion, but need more chars
295  _CSTD memcpy(&_Ch, _Buf,
296  sizeof (_Elem)); // copy raw bytes to element
297  _Str.erase((size_t)0, sizeof (_Elem));
298  return (_Traits::to_int_type(_Ch)); // return result
299 
300  default:
301  _Status = _Eof; // conversion failed
302  }
303  }
304  }
305 
306  return (_Traits::eof());
307  }
_Mode _Status
Definition: wbuffer:312
state_type _State
Definition: wbuffer:309
Definition: regex:1520
_Mysb * _Mystrbuf
Definition: wbuffer:311
const _Elem * c_str() const _NOEXCEPT
Definition: xstring:1737
_In_ size_t _In_z_ const unsigned char * _Src
Definition: mbstring.h:95
_In_ size_t _In_ unsigned int _Ch
Definition: mbstring.h:161
_STD string _Str
Definition: wbuffer:315
_Myt & erase(size_type _Off=0)
Definition: xstring:1333
size_type size() const _NOEXCEPT
Definition: xstring:1752
#define _CSTD
Definition: yvals.h:559
_Myt & append(_XSTD initializer_list< _Elem > _Ilist)
Definition: xstring:972
_Codecvt * _Pcvt
Definition: wbuffer:310
template<class _Codecvt, class _Elem = wchar_t, class _Traits = _STD char_traits<_Elem>>
virtual int_type stdext::cvt::wbuffer_convert< _Codecvt, _Elem, _Traits >::overflow ( int_type  _Meta = _Traits::eof())
inlineprotectedvirtual
136  { // put an element to stream
137  if (_Traits::eq_int_type(_Traits::eof(), _Meta))
138  return (_Traits::not_eof(_Meta)); // EOF, return success code
139  else if (_Mystrbuf == 0 || 0 < _Nback
140  || (_Status != _Unused && _Status != _Wrote))
141  return (_Traits::eof()); // no buffer or reading, fail
142  else
143  { // put using codecvt facet
144  char *_Buf = (char *)_Str.c_str();
145  const _Elem _Ch = _Traits::to_char_type(_Meta);
146  const _Elem *_Src;
147  char *_Dest;
148 
149  if (_Str.size() < _STRING_INC)
150  _Str.assign(_STRING_INC, '\0');
151  for (_Status = _Wrote; ; )
152  switch (_Pcvt->out(_State,
153  &_Ch, &_Ch + 1, _Src,
154  _Buf, _Buf + _Str.size(), _Dest))
155  { // test result of converting one element
156  case _Codecvt::partial:
157  case _Codecvt::ok:
158  { // converted something, try to put it out
159  size_t _Count = _Dest - _Buf;
160  if (0 < _Count
161  && _Byte_traits::eq_int_type(
162  _Byte_traits::eof(),
163  (typename _Traits::int_type)_Mystrbuf->sputn(
164  _Buf,
165  (_STD streamsize)_Count)))
166  return (_Traits::eof()); // write failed
167 
168  if (_Src != &_Ch)
169  return (_Meta); // converted whole element
170 
171  if (0 < _Count)
172  ;
173  else if (_Str.size() < 4 * _STRING_INC)
174  _Str.append(_STRING_INC, '\0'); // try with more space
175  else
176  return (_Traits::eof()); // conversion failed
177  break;
178  }
179 
180  case _Codecvt::noconv:
181  if (_Traits::eq_int_type(
182  _Traits::eof(),
183  (typename _Traits::int_type)_Mystrbuf->sputn(
184  (char *)&_Ch,
185  (_STD streamsize)sizeof (_Elem))))
186  return (_Traits::eof());
187  else
188  return (_Meta); // put native byte order
189 
190  default:
191  return (_Traits::eof()); // conversion failed
192  }
193  }
194  }
_Mode _Status
Definition: wbuffer:312
_Longlong streamsize
Definition: iosfwd:22
state_type _State
Definition: wbuffer:309
Definition: regex:1520
size_t _Nback
Definition: wbuffer:313
_Mysb * _Mystrbuf
Definition: wbuffer:311
const _Elem * c_str() const _NOEXCEPT
Definition: xstring:1737
_In_ size_t _In_z_ const unsigned char * _Src
Definition: mbstring.h:95
_In_ size_t _In_ unsigned int _Ch
Definition: mbstring.h:161
_STD string _Str
Definition: wbuffer:315
_Myt & assign(_Myt &&_Right) _NOEXCEPT
Definition: xstring:919
size_type size() const _NOEXCEPT
Definition: xstring:1752
_Diff _Count
Definition: algorithm:1941
_Myt & append(_XSTD initializer_list< _Elem > _Ilist)
Definition: xstring:972
_Codecvt * _Pcvt
Definition: wbuffer:310
template<class _Codecvt, class _Elem = wchar_t, class _Traits = _STD char_traits<_Elem>>
virtual int_type stdext::cvt::wbuffer_convert< _Codecvt, _Elem, _Traits >::pbackfail ( int_type  _Meta = _Traits::eof())
inlineprotectedvirtual
197  { // put an element back to stream
198  if (sizeof (_Myback) / sizeof (_Myback[0]) <= _Nback
199  || _Status == _Wrote)
200  return (_Traits::eof()); // nowhere to put back
201  else
202  { // enough room, put it back
203  if (!_Traits::eq_int_type(_Traits::eof(), _Meta))
204  _Myback[_Nback] = _Traits::to_char_type(_Meta);
205  ++_Nback;
206  if (_Status == _Unused)
207  _Status = _Got;
208  return (_Meta);
209  }
210  }
_Mode _Status
Definition: wbuffer:312
size_t _Nback
Definition: wbuffer:313
_Elem _Myback[8]
Definition: wbuffer:314
template<class _Codecvt, class _Elem = wchar_t, class _Traits = _STD char_traits<_Elem>>
_Mysb* stdext::cvt::wbuffer_convert< _Codecvt, _Elem, _Traits >::rdbuf ( ) const
inline
118  { // return byte stream buffer pointer
119  return (_Mystrbuf);
120  }
_Mysb * _Mystrbuf
Definition: wbuffer:311
template<class _Codecvt, class _Elem = wchar_t, class _Traits = _STD char_traits<_Elem>>
_Mysb* stdext::cvt::wbuffer_convert< _Codecvt, _Elem, _Traits >::rdbuf ( _Mysb _Strbuf)
inline
123  { // set byte stream buffer pointer
124  _Mysb *_Oldstrbuf = _Mystrbuf;
125  _Mystrbuf = _Strbuf;
126  return (_Oldstrbuf);
127  }
_Mysb * _Mystrbuf
Definition: wbuffer:311
_STD streambuf _Mysb
Definition: wbuffer:38
template<class _Codecvt, class _Elem = wchar_t, class _Traits = _STD char_traits<_Elem>>
virtual pos_type stdext::cvt::wbuffer_convert< _Codecvt, _Elem, _Traits >::seekoff ( off_type  ,
_STD ios::seekdir  ,
_STD ios::openmode  = (_STD ios::openmode)(_STD ios::in | _STD ios::out) 
)
inlineprotectedvirtual
242  { // change position by _Off
243  return (pos_type(-1)); // always fail
244  }
_Traits::pos_type pos_type
Definition: wbuffer:42
template<class _Codecvt, class _Elem = wchar_t, class _Traits = _STD char_traits<_Elem>>
virtual pos_type stdext::cvt::wbuffer_convert< _Codecvt, _Elem, _Traits >::seekpos ( pos_type  ,
_STD ios::openmode  = (_STD ios::openmode)(_STD ios::in | _STD ios::out) 
)
inlineprotectedvirtual
249  { // change position to _Pos
250  return (pos_type(-1)); // always fail
251  }
_Traits::pos_type pos_type
Definition: wbuffer:42
template<class _Codecvt, class _Elem = wchar_t, class _Traits = _STD char_traits<_Elem>>
state_type stdext::cvt::wbuffer_convert< _Codecvt, _Elem, _Traits >::state ( ) const
inline
130  { // get state
131  return (_State);
132  }
state_type _State
Definition: wbuffer:309
template<class _Codecvt, class _Elem = wchar_t, class _Traits = _STD char_traits<_Elem>>
virtual int_type stdext::cvt::wbuffer_convert< _Codecvt, _Elem, _Traits >::uflow ( )
inlineprotectedvirtual
226  { // get an element from stream, point past it
227  int_type _Meta;
228 
229  if (0 < _Nback)
230  ;
231  else if (_Traits::eq_int_type(_Traits::eof(), _Meta = _Get_elem()))
232  return (_Meta); // _Get_elem failed, return EOF
233  else
234  _Myback[_Nback++] = _Traits::to_char_type(_Meta);
235  return (_Traits::to_int_type(_Myback[--_Nback]));
236  }
_Traits::int_type int_type
Definition: wbuffer:41
int_type _Get_elem()
Definition: wbuffer:254
size_t _Nback
Definition: wbuffer:313
_Elem _Myback[8]
Definition: wbuffer:314
template<class _Codecvt, class _Elem = wchar_t, class _Traits = _STD char_traits<_Elem>>
virtual int_type stdext::cvt::wbuffer_convert< _Codecvt, _Elem, _Traits >::underflow ( )
inlineprotectedvirtual
213  { // get an element from stream, but don't point past it
214  int_type _Meta;
215 
216  if (0 < _Nback)
217  ;
218  else if (_Traits::eq_int_type(_Traits::eof(), _Meta = _Get_elem()))
219  return (_Meta); // _Get_elem failed, return EOF
220  else
221  _Myback[_Nback++] = _Traits::to_char_type(_Meta);
222  return (_Traits::to_int_type(_Myback[_Nback - 1]));
223  }
_Traits::int_type int_type
Definition: wbuffer:41
int_type _Get_elem()
Definition: wbuffer:254
size_t _Nback
Definition: wbuffer:313
_Elem _Myback[8]
Definition: wbuffer:314

Member Data Documentation

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

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