std::regex_iterator< _Bi_iter, _Ch_type, _Rx_traits > Class Template Reference
[Regular Expressions]
List of all members.
Detailed Description
template<typename _Bi_iter, typename _Ch_type = typename iterator_traits<_Bi_iter>::value_type, typename _Rx_traits = regex_traits<_Ch_type>>
class std::regex_iterator< _Bi_iter, _Ch_type, _Rx_traits >
An
iterator adaptor that will provide repeated calls of regex_search over a range until no more matches remain.
Definition at line 2139 of file tr1_impl/regex.
Public Types
Public Member Functions
Constructor & Destructor Documentation
template<typename _Bi_iter, typename _Ch_type = typename iterator_traits<_Bi_iter>::value_type, typename _Rx_traits = regex_traits<_Ch_type>>
Provides a singular iterator, useful for indicating one-past-the-end of a range.
- Todo:
- Implement this function.
- Todo:
- Document this function.
template<typename _Bi_iter, typename _Ch_type = typename iterator_traits<_Bi_iter>::value_type, typename _Rx_traits = regex_traits<_Ch_type>>
Constructs a regex_iterator...
- Parameters:
-
| a | [IN] The start of a text range to search. |
| b | [IN] One-past-the-end of the text range to search. |
| re | [IN] The regular expression to match. |
| m | [IN] Policy flags for match rules. |
- Todo:
- Implement this function.
- Todo:
- Document this function.
template<typename _Bi_iter, typename _Ch_type = typename iterator_traits<_Bi_iter>::value_type, typename _Rx_traits = regex_traits<_Ch_type>>
Copy constructs a regex_iterator.
- Todo:
- Implement this function.
- Todo:
- Document this function.
Member Function Documentation
template<typename _Bi_iter, typename _Ch_type = typename iterator_traits<_Bi_iter>::value_type, typename _Rx_traits = regex_traits<_Ch_type>>
- Todo:
- Implement this function.
- Todo:
- Document this function.
template<typename _Bi_iter, typename _Ch_type = typename iterator_traits<_Bi_iter>::value_type, typename _Rx_traits = regex_traits<_Ch_type>>
- Todo:
- Implement this function.
- Todo:
- Document this function.
template<typename _Bi_iter, typename _Ch_type = typename iterator_traits<_Bi_iter>::value_type, typename _Rx_traits = regex_traits<_Ch_type>>
- Todo:
- Implement this function.
- Todo:
- Document this function.
template<typename _Bi_iter, typename _Ch_type = typename iterator_traits<_Bi_iter>::value_type, typename _Rx_traits = regex_traits<_Ch_type>>
- Todo:
- Implement this function.
- Todo:
- Document this function.
template<typename _Bi_iter, typename _Ch_type = typename iterator_traits<_Bi_iter>::value_type, typename _Rx_traits = regex_traits<_Ch_type>>
- Todo:
- Implement this function.
- Todo:
- Document this function.
template<typename _Bi_iter, typename _Ch_type = typename iterator_traits<_Bi_iter>::value_type, typename _Rx_traits = regex_traits<_Ch_type>>
- Todo:
- Implement this function.
- Todo:
- Document this function.
template<typename _Bi_iter, typename _Ch_type = typename iterator_traits<_Bi_iter>::value_type, typename _Rx_traits = regex_traits<_Ch_type>>
- Todo:
- Implement this function.
- Todo:
- Document this function.
The documentation for this class was generated from the following file: