unsigned int _Sz
Definition: regex:1603
_Elem * _Chrs
Definition: regex:1605
unsigned int _Nchrs
Definition: regex:1604
_Elem * _Chrs
Definition: regex:1605
template<class _Elem>
_Elem _Buf< _Elem >::_At |
( |
unsigned int |
_Idx | ) |
const |
|
inline |
1558 #if _ITERATOR_DEBUG_LEVEL == 2
1566 return (
_Chrs[_Idx]);
_Elem * _Chrs
Definition: regex:1605
unsigned int _Nchrs
Definition: regex:1604
#define _SCL_SECURE_VALIDATE_RANGE(cond)
Definition: yvals.h:392
#define _DEBUG_ERROR(mesg)
Definition: xutility:32
template<class _Elem>
_Elem _Buf< _Elem >::_Del |
( |
| ) |
|
|
inline |
_Elem * _Chrs
Definition: regex:1605
unsigned int _Nchrs
Definition: regex:1604
template<class _Elem>
void _Buf< _Elem >::_Expand |
( |
unsigned int |
_Len | ) |
|
|
inlineprivate |
1596 _Elem *_Tmp = (_Elem *)realloc(
_Chrs, _Len *
sizeof (_Elem));
unsigned int _Sz
Definition: regex:1603
_Elem * _Chrs
Definition: regex:1605
_CRTIMP2_PURE void __CLRCALL_PURE_OR_CDECL _Xbad_alloc()
template<class _Elem>
void _Buf< _Elem >::_Insert |
( |
_Elem |
_Ch | ) |
|
|
inline |
const unsigned int _Buf_incr
Definition: regex:1484
unsigned int _Sz
Definition: regex:1603
_Check_return_ _In_ wchar_t _Ch
Definition: vcruntime_string.h:89
_Elem * _Chrs
Definition: regex:1605
void _Expand(unsigned int _Len)
Definition: regex:1594
unsigned int _Nchrs
Definition: regex:1604
template<class _Elem>
template<class _FwdIt >
void _Buf< _Elem >::_Insert |
( |
_FwdIt |
_First, |
|
|
_FwdIt |
_Last |
|
) |
| |
|
inline |
1589 while (_First !=
_Last)
void _Insert(_Elem _Ch)
Definition: regex:1574
_FwdIt _Last
Definition: algorithm:1936
template<class _Elem>
unsigned int _Buf< _Elem >::_Size |
( |
| ) |
const |
|
inline |
unsigned int _Nchrs
Definition: regex:1604
template<class _Elem>
const _Elem* _Buf< _Elem >::_Str |
( |
| ) |
const |
|
inline |
_Elem * _Chrs
Definition: regex:1605
template<class _Elem>
_Elem* _Buf< _Elem >::_Chrs |
|
private |
template<class _Elem>
unsigned int _Buf< _Elem >::_Nchrs |
|
private |
template<class _Elem>
unsigned int _Buf< _Elem >::_Sz |
|
private |
The documentation for this struct was generated from the following file: