Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::regex_iterator_implementation< BidirectionalIterator, charT, traits > Class Template Reference

#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 ()
 

Constructor & Destructor Documentation

template<class BidirectionalIterator , class charT , class traits >
boost::regex_iterator_implementation< BidirectionalIterator, charT, traits >::regex_iterator_implementation ( const regex_type p,
BidirectionalIterator  last,
match_flag_type  f 
)
inline

Member Function Documentation

template<class BidirectionalIterator , class charT , class traits >
bool boost::regex_iterator_implementation< BidirectionalIterator, charT, traits >::compare ( const regex_iterator_implementation< BidirectionalIterator, charT, traits > &  that)
inline
template<class BidirectionalIterator , class charT , class traits >
const match_results<BidirectionalIterator>& boost::regex_iterator_implementation< BidirectionalIterator, charT, traits >::get ( )
inline
template<class BidirectionalIterator , class charT , class traits >
bool boost::regex_iterator_implementation< BidirectionalIterator, charT, traits >::init ( BidirectionalIterator  first)
inline
template<class BidirectionalIterator , class charT , class traits >
bool boost::regex_iterator_implementation< BidirectionalIterator, charT, traits >::next ( )
inline

The documentation for this class was generated from the following file: