Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::re_detail::repeater_count< BidiIterator > Class Template Reference

#include <perl_matcher.hpp>

Inheritance diagram for boost::re_detail::repeater_count< BidiIterator >:

Public Member Functions

 repeater_count (repeater_count **s)
 
 repeater_count (int i, repeater_count **s, BidiIterator start)
 
 ~repeater_count ()
 
std::size_t get_count ()
 
int get_id ()
 
std::size_t operator++ ()
 
bool check_null_repeat (const BidiIterator &pos, std::size_t max)
 

Constructor & Destructor Documentation

template<class BidiIterator>
boost::re_detail::repeater_count< BidiIterator >::repeater_count ( repeater_count< BidiIterator > **  s)
inline
template<class BidiIterator>
boost::re_detail::repeater_count< BidiIterator >::repeater_count ( int  i,
repeater_count< BidiIterator > **  s,
BidiIterator  start 
)
inline
template<class BidiIterator>
boost::re_detail::repeater_count< BidiIterator >::~repeater_count ( )
inline

Member Function Documentation

template<class BidiIterator>
bool boost::re_detail::repeater_count< BidiIterator >::check_null_repeat ( const BidiIterator &  pos,
std::size_t  max 
)
inline
template<class BidiIterator>
std::size_t boost::re_detail::repeater_count< BidiIterator >::get_count ( )
inline
template<class BidiIterator>
int boost::re_detail::repeater_count< BidiIterator >::get_id ( )
inline
template<class BidiIterator>
std::size_t boost::re_detail::repeater_count< BidiIterator >::operator++ ( void  )
inline

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