#include <regex_iterator.hpp>
Public Types | |
typedef detail::core_access < BidiIter > | access |
Public Member Functions | |
regex_iterator_impl (BidiIter begin, BidiIter cur, BidiIter end, BidiIter next_search, basic_regex< BidiIter > const &rex, regex_constants::match_flag_type flags, bool not_null=false) | |
bool | next () |
bool | equal_to (regex_iterator_impl< BidiIter > const &that) const |
Public Attributes | |
basic_regex< BidiIter > | rex_ |
match_results< BidiIter > | what_ |
match_state< BidiIter > | state_ |
regex_constants::match_flag_type const | flags_ |
bool | not_null_ |
typedef detail::core_access<BidiIter> boost::xpressive::detail::regex_iterator_impl< BidiIter >::access |
|
inline |
|
inline |
|
inline |
References boost::xpressive::detail::regex_iterator_impl< BidiIter >::not_null_, boost::xpressive::detail::regex_search_impl(), boost::xpressive::detail::regex_iterator_impl< BidiIter >::rex_, boost::xpressive::detail::regex_iterator_impl< BidiIter >::state_, and boost::xpressive::detail::regex_iterator_impl< BidiIter >::what_.
regex_constants::match_flag_type const boost::xpressive::detail::regex_iterator_impl< BidiIter >::flags_ |
bool boost::xpressive::detail::regex_iterator_impl< BidiIter >::not_null_ |
basic_regex<BidiIter> boost::xpressive::detail::regex_iterator_impl< BidiIter >::rex_ |
match_state<BidiIter> boost::xpressive::detail::regex_iterator_impl< BidiIter >::state_ |
match_results<BidiIter> boost::xpressive::detail::regex_iterator_impl< BidiIter >::what_ |