libstdc++
|
An iterator adaptor that will provide repeated calls of regex_search over a range until no more matches remain.
std::regex_iterator< _Bi_iter, _Ch_type, _Rx_traits >::regex_iterator | ( | ) |
Provides a singular iterator, useful for indicating one-past-the-end of a range.
Implement this function.
Needs documentation! See http://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_style.html
std::regex_iterator< _Bi_iter, _Ch_type, _Rx_traits >::regex_iterator | ( | _Bi_iter | __a, |
_Bi_iter | __b, | ||
const regex_type & | __re, | ||
regex_constants::match_flag_type | __m = regex_constants::match_default |
||
) |
Constructs a regex_iterator...
__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. |
Implement this function.
Needs documentation! See http://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_style.html
std::regex_iterator< _Bi_iter, _Ch_type, _Rx_traits >::regex_iterator | ( | const regex_iterator< _Bi_iter, _Ch_type, _Rx_traits > & | __rhs | ) |
Copy constructs a regex_iterator.
Implement this function.
Needs documentation! See http://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_style.html
bool std::regex_iterator< _Bi_iter, _Ch_type, _Rx_traits >::operator!= | ( | const regex_iterator< _Bi_iter, _Ch_type, _Rx_traits > & | __rhs | ) |
Implement this function.
Needs documentation! See http://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_style.html
const value_type& std::regex_iterator< _Bi_iter, _Ch_type, _Rx_traits >::operator* | ( | ) |
Implement this function.
Needs documentation! See http://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_style.html
regex_iterator& std::regex_iterator< _Bi_iter, _Ch_type, _Rx_traits >::operator++ | ( | ) |
Implement this function.
Needs documentation! See http://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_style.html
regex_iterator std::regex_iterator< _Bi_iter, _Ch_type, _Rx_traits >::operator++ | ( | int | ) |
Implement this function.
Needs documentation! See http://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_style.html
const value_type* std::regex_iterator< _Bi_iter, _Ch_type, _Rx_traits >::operator-> | ( | ) |
Implement this function.
Needs documentation! See http://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_style.html
regex_iterator& std::regex_iterator< _Bi_iter, _Ch_type, _Rx_traits >::operator= | ( | const regex_iterator< _Bi_iter, _Ch_type, _Rx_traits > & | __rhs | ) |
Implement this function.
Needs documentation! See http://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_style.html
bool std::regex_iterator< _Bi_iter, _Ch_type, _Rx_traits >::operator== | ( | const regex_iterator< _Bi_iter, _Ch_type, _Rx_traits > & | __rhs | ) |
Implement this function.
Needs documentation! See http://gcc.gnu.org/onlinedocs/libstdc++/manual/documentation_style.html