#include <regex_iterator.hpp>
Public Member Functions | |
regex_iterator_implementation (const regex_type *p, BidirectionalIterator last, match_flag_type f) | |
bool | init (BidirectionalIterator first) |
bool | compare (const regex_iterator_implementation &that) |
const match_results < BidirectionalIterator > & | get () |
bool | next () |
|
inline |
|
inline |
References boost::xpressive::first, and boost::basic_regex< charT, traits >::get_data().
|
inline |
|
inline |
References boost::xpressive::first, and boost::regex_search().
|
inline |