unsigned int _Sz
Definition: regex:1584
_Elem * _Chrs
Definition: regex:1586
unsigned int _Nchrs
Definition: regex:1585
_CRTIMP _CRTNOALIAS void __cdecl free(_Pre_maybenull_ _Post_invalid_ void *_Memory)
_Elem * _Chrs
Definition: regex:1586
template<class _Elem>
_Elem _Buf< _Elem >::_At |
( |
unsigned int |
_Idx | ) |
const |
|
inline |
1539 #if _ITERATOR_DEBUG_LEVEL == 2
1547 return (
_Chrs[_Idx]);
_Elem * _Chrs
Definition: regex:1586
unsigned int _Nchrs
Definition: regex:1585
#define _SCL_SECURE_VALIDATE_RANGE(cond)
Definition: yvals.h:347
#define _DEBUG_ERROR(mesg)
Definition: xutility:32
template<class _Elem>
_Elem _Buf< _Elem >::_Del |
( |
| ) |
|
|
inline |
_Elem * _Chrs
Definition: regex:1586
unsigned int _Nchrs
Definition: regex:1585
1577 _Elem *_Tmp = (_Elem *)realloc(
_Chrs, _Len *
sizeof (_Elem));
unsigned int _Sz
Definition: regex:1584
_Elem * _Chrs
Definition: regex:1586
template<class _Elem>
void _Buf< _Elem >::_Insert |
( |
_Elem |
_Ch | ) |
|
|
inline |
const int _Buf_incr
Definition: regex:1465
unsigned int _Sz
Definition: regex:1584
_Elem * _Chrs
Definition: regex:1586
void _Expand(int _Len)
Definition: regex:1575
_In_ size_t _In_ unsigned int _Ch
Definition: mbstring.h:161
unsigned int _Nchrs
Definition: regex:1585
template<class _Elem>
template<class _FwdIt >
void _Buf< _Elem >::_Insert |
( |
_FwdIt |
_First, |
|
|
_FwdIt |
_Last |
|
) |
| |
|
inline |
1570 while (_First !=
_Last)
void _Insert(_Elem _Ch)
Definition: regex:1555
_FwdIt _Last
Definition: algorithm:1936
unsigned int _Nchrs
Definition: regex:1585
template<class _Elem>
const _Elem* _Buf< _Elem >::_Str |
( |
| ) |
const |
|
inline |
_Elem * _Chrs
Definition: regex:1586
template<class _Elem>
_Elem* _Buf< _Elem >::_Chrs |
|
private |
The documentation for this struct was generated from the following file: