|
| match_results () |
|
| match_results (const _Alloc &_Al) |
|
| match_results (const _Myt &_Right) |
|
_Myt & | operator= (const _Myt &_Right) |
|
| match_results (_Myt &&_Right) |
|
_Myt & | operator= (_Myt &&_Right) _NOEXCEPT |
|
bool | ready () const |
|
size_type | size () const |
|
size_type | max_size () const |
|
bool | empty () const |
|
difference_type | length (size_type _Sub=0) const |
|
difference_type | position (size_type _Sub=0) const |
|
string_type | str (size_type _Sub=0) const |
|
const_reference | operator[] (size_type _Sub) const |
|
const_reference | prefix () const |
|
const_reference | suffix () const |
|
const_iterator | begin () const |
|
const_iterator | end () const |
|
const_iterator | cbegin () const |
|
const_iterator | cend () const |
|
template<class _OutIt > |
_OutIt | _Format1 (_OutIt _Out, const char_type *_Fmt_begin, const char_type *_Fmt_end, regex_constants::match_flag_type _Flags) const |
|
template<class _OutIt > |
_OutIt | format (_OutIt _Out, const char_type *_Fmt_begin, const char_type *_Fmt_end, regex_constants::match_flag_type _Flags=regex_constants::format_default) const |
|
template<class _OutIt , class _Traits1 , class _Alloc1 > |
_OutIt | format (_OutIt _Out, const basic_string< char_type, _Traits1, _Alloc1 > &_Fmt, regex_constants::match_flag_type _Flags=regex_constants::format_default) const |
|
template<class _Traits1 , class _Alloc1 > |
basic_string< char_type, _Traits1, _Alloc1 > | format (const basic_string< char_type, _Traits1, _Alloc1 > &_Fmt, regex_constants::match_flag_type _Flags=regex_constants::format_default) const |
|
string_type | format (const char_type *_Fmt_begin, regex_constants::match_flag_type _Flags=regex_constants::format_default) const |
|
allocator_type | get_allocator () const |
|
void | swap (match_results &_Right) |
|
void | _Resize (unsigned int _Nx) |
|
_Elem & | _Pfx () |
|
_Elem & | _Sfx () |
|
_Elem & | _Null () |
|
_Elem & | _At (unsigned int _Sub) |
|
_Elem | _At (unsigned int _Sub) const |
|
template<class _BidIt, class _Alloc>
template<class _BidIt, class _Alloc>
template<class _BidIt, class _Alloc>
template<class _BidIt, class _Alloc>
template<class _BidIt, class _Alloc>
template<class _BidIt, class _Alloc>
template<class _BidIt, class _Alloc>
template<class _BidIt, class _Alloc>
template<class _BidIt, class _Alloc>
template<class _BidIt, class _Alloc>
template<class _BidIt, class _Alloc>
template<class _BidIt, class _Alloc>
template<class _BidIt, class _Alloc>
template<class _BidIt, class _Alloc>
template<class _BidIt, class _Alloc>
bool _Ready
Definition: regex:1437
template<class _BidIt, class _Alloc>
bool _Ready
Definition: regex:1437
_MyCont _Matches
Definition: regex:1440
template<class _BidIt, class _Alloc>
_Elem _Suffix
Definition: regex:1442
_BidIt _Org
Definition: regex:1436
_Elem _Prefix
Definition: regex:1441
bool _Ready
Definition: regex:1437
_MyCont _Matches
Definition: regex:1440
constexpr const _Ty &() _Right
Definition: algorithm:3591
template<class _BidIt, class _Alloc>
_Elem _Suffix
Definition: regex:1442
_BidIt _Org
Definition: regex:1436
_Elem _Prefix
Definition: regex:1441
bool _Ready
Definition: regex:1437
constexpr remove_reference< _Ty >::type && move(_Ty &&_Arg) _NOEXCEPT
Definition: type_traits:1290
_Elem _Null_elem
Definition: regex:1443
_MyCont _Matches
Definition: regex:1440
constexpr const _Ty &() _Right
Definition: algorithm:3591
template<class _BidIt, class _Alloc>
_MyCont _Matches
Definition: regex:1440
template<class _BidIt, class _Alloc>
_MyCont _Matches
Definition: regex:1440
template<class _BidIt, class _Alloc>
template<class _OutIt >
basic_ostream< _Elem, _Traits > & _Out(basic_ostream< _Elem, _Traits > &_Os, _Ty _Dx)
Definition: random:151
_OutIt _Format_sed(const match_results< _BidIt, _Alloc > &_Match, _OutIt _Out, _InIt _First, _InIt _Last, regex_constants::match_flag_type _Flags=regex_constants::format_default)
Definition: regex:2672
_OutIt _Format_default(const match_results< _BidIt, _Alloc > &_Match, _OutIt _Out, _InIt _First, _InIt _Last, regex_constants::match_flag_type _Flags=regex_constants::format_default)
Definition: regex:2603
template<class _BidIt, class _Alloc>
_Elem _Null_elem
Definition: regex:1443
template<class _BidIt, class _Alloc>
_Elem _Prefix
Definition: regex:1441
template<class _BidIt, class _Alloc>
void resize(size_type _Newsize)
Definition: vector:1132
_MyCont _Matches
Definition: regex:1440
template<class _BidIt, class _Alloc>
_Elem _Suffix
Definition: regex:1442
template<class _BidIt, class _Alloc>
iterator begin() _NOEXCEPT
Definition: vector:1056
_MyCont _Matches
Definition: regex:1440
template<class _BidIt, class _Alloc>
iterator begin() _NOEXCEPT
Definition: vector:1056
_MyCont _Matches
Definition: regex:1440
template<class _BidIt, class _Alloc>
iterator end() _NOEXCEPT
Definition: vector:1066
_MyCont _Matches
Definition: regex:1440
template<class _BidIt, class _Alloc>
_MyCont _Matches
Definition: regex:1440
bool empty() const _NOEXCEPT
Definition: vector:1188
template<class _BidIt, class _Alloc>
iterator end() _NOEXCEPT
Definition: vector:1066
_MyCont _Matches
Definition: regex:1440
template<class _BidIt, class _Alloc>
template<class _OutIt >
1319 _Format1(_Unchecked_idl0(
_Out), _Fmt_begin, _Fmt_end, _Flags)));
basic_ostream< _Elem, _Traits > & _Out(basic_ostream< _Elem, _Traits > &_Os, _Ty _Dx)
Definition: random:151
_OutIt format(_OutIt _Out, const char_type *_Fmt_begin, const char_type *_Fmt_end, regex_constants::match_flag_type _Flags=regex_constants::format_default) const
Definition: regex:1310
#define _DEPRECATE_UNCHECKED(_Func, _Iter)
Definition: xutility:478
_Deque_const_iterator< _Mydeque > & _Rechecked(_Deque_const_iterator< _Mydeque > &_Iter, typename _Deque_const_iterator< _Mydeque >::_Unchecked_type _Right)
Definition: deque:534
#define _DEBUG_RANGE_PTR(first, last, ptr)
Definition: xutility:824
_OutIt _Format1(_OutIt _Out, const char_type *_Fmt_begin, const char_type *_Fmt_end, regex_constants::match_flag_type _Flags) const
Definition: regex:1299
template<class _BidIt, class _Alloc>
template<class _OutIt , class _Traits1 , class _Alloc1 >
basic_ostream< _Elem, _Traits > & _Out(basic_ostream< _Elem, _Traits > &_Os, _Ty _Dx)
Definition: random:151
_OutIt format(_OutIt _Out, const char_type *_Fmt_begin, const char_type *_Fmt_end, regex_constants::match_flag_type _Flags=regex_constants::format_default) const
Definition: regex:1310
#define _DEPRECATE_UNCHECKED(_Func, _Iter)
Definition: xutility:478
_Deque_const_iterator< _Mydeque > & _Rechecked(_Deque_const_iterator< _Mydeque > &_Iter, typename _Deque_const_iterator< _Mydeque >::_Unchecked_type _Right)
Definition: deque:534
#define _DEBUG_POINTER_IF(test, first)
Definition: xutility:820
iterator end() _NOEXCEPT
Definition: xstring:1605
_Iter_t _Unchecked(_Iter_t _Iter)
Definition: iterator:11
_OutIt _Format1(_OutIt _Out, const char_type *_Fmt_begin, const char_type *_Fmt_end, regex_constants::match_flag_type _Flags) const
Definition: regex:1299
iterator begin() _NOEXCEPT
Definition: xstring:1593
bool empty() const _NOEXCEPT
Definition: xstring:1802
template<class _BidIt, class _Alloc>
template<class _Traits1 , class _Alloc1 >
_OutIt format(_OutIt _Out, const char_type *_Fmt_begin, const char_type *_Fmt_end, regex_constants::match_flag_type _Flags=regex_constants::format_default) const
Definition: regex:1310
back_insert_iterator< _Container > back_inserter(_Container &_Cont)
Definition: iterator:69
iterator end() _NOEXCEPT
Definition: xstring:1605
_Iter_t _Unchecked(_Iter_t _Iter)
Definition: iterator:11
iterator begin() _NOEXCEPT
Definition: xstring:1593
template<class _BidIt, class _Alloc>
basic_string< char_type > string_type
Definition: regex:1172
_OutIt format(_OutIt _Out, const char_type *_Fmt_begin, const char_type *_Fmt_end, regex_constants::match_flag_type _Flags=regex_constants::format_default) const
Definition: regex:1310
back_insert_iterator< _Container > back_inserter(_Container &_Cont)
Definition: iterator:69
_Iter_t _Unchecked(_Iter_t _Iter)
Definition: iterator:11
template<class _BidIt, class _Alloc>
_Alloc get_allocator() const _NOEXCEPT
Definition: vector:1193
_Alloc allocator_type
Definition: regex:1170
_MyCont _Matches
Definition: regex:1440
template<class _BidIt, class _Alloc>
1250 return ((*
this)[_Sub].
length());
difference_type length(size_type _Sub=0) const
Definition: regex:1248
template<class _BidIt, class _Alloc>
size_type max_size() const _NOEXCEPT
Definition: vector:1183
_MyCont _Matches
Definition: regex:1440
template<class _BidIt, class _Alloc>
_Elem _Suffix
Definition: regex:1442
_BidIt _Org
Definition: regex:1436
_Elem _Prefix
Definition: regex:1441
bool _Ready
Definition: regex:1437
_MyCont _Matches
Definition: regex:1440
constexpr const _Ty &() _Right
Definition: algorithm:3591
template<class _BidIt, class _Alloc>
_Elem _Suffix
Definition: regex:1442
_BidIt _Org
Definition: regex:1436
_Elem _Prefix
Definition: regex:1441
bool _Ready
Definition: regex:1437
constexpr remove_reference< _Ty >::type && move(_Ty &&_Arg) _NOEXCEPT
Definition: type_traits:1290
_Elem _Null_elem
Definition: regex:1443
_MyCont _Matches
Definition: regex:1440
constexpr const _Ty &() _Right
Definition: algorithm:3591
template<class _BidIt, class _Alloc>
size_type size() const _NOEXCEPT
Definition: vector:1178
_Elem _Null_elem
Definition: regex:1443
_MyCont _Matches
Definition: regex:1440
template<class _BidIt, class _Alloc>
_BidIt _Org
Definition: regex:1436
_Iter_diff_t< _InIt > distance(_InIt _First, _InIt _Last)
Definition: xutility:1124
template<class _BidIt, class _Alloc>
_Elem _Prefix
Definition: regex:1441
template<class _BidIt, class _Alloc>
bool _Ready
Definition: regex:1437
template<class _BidIt, class _Alloc>
size_type size() const _NOEXCEPT
Definition: vector:1178
_MyCont _Matches
Definition: regex:1440
template<class _BidIt, class _Alloc>
basic_string< char_type > string_type
Definition: regex:1172
template<class _BidIt, class _Alloc>
_Elem _Suffix
Definition: regex:1442
template<class _BidIt, class _Alloc>
_Elem _Suffix
Definition: regex:1442
_BidIt _Org
Definition: regex:1436
void swap(_Myt &_Right) _NOEXCEPT_OP(_Alty
Definition: vector:1545
_Elem _Prefix
Definition: regex:1441
void swap(match_results &_Right)
Definition: regex:1397
void _Swap_adl(_Ty &_Left, _Ty &_Right) _NOEXCEPT_OP(_Is_nothrow_swappable< _Ty >
Definition: utility:56
bool _Ready
Definition: regex:1437
_MyCont _Matches
Definition: regex:1440
template<class _BidIt, class _Alloc>
template<class _BidIt, class _Alloc>
template<class _BidIt, class _Alloc>
template<class _BidIt, class _Alloc>
template<class _BidIt, class _Alloc>
template<class _BidIt, class _Alloc>
The documentation for this class was generated from the following file: