Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::qi::exact_iterator< T > Struct Template Reference

#include <repeat.hpp>

Public Types

typedef T type
 

Public Member Functions

 exact_iterator (T const exact_)
 
T start () const
 
bool got_max (T i) const
 
bool got_min (T i) const
 

Public Attributes

T const exact
 

Member Typedef Documentation

template<typename T >
typedef T boost::spirit::qi::exact_iterator< T >::type

Constructor & Destructor Documentation

template<typename T >
boost::spirit::qi::exact_iterator< T >::exact_iterator ( T const  exact_)
inline

Member Function Documentation

template<typename T >
bool boost::spirit::qi::exact_iterator< T >::got_max ( T  i) const
inline
template<typename T >
bool boost::spirit::qi::exact_iterator< T >::got_min ( T  i) const
inline
template<typename T >
T boost::spirit::qi::exact_iterator< T >::start ( ) const
inline

Member Data Documentation


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