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

#include <loops.hpp>

Public Member Functions

 fixed_loop_gen (ExactT const &exact)
 
template<typename ParserT >
fixed_loop< ParserT, ExactT > operator[] (parser< ParserT > const &subject_) const
 

Public Attributes

ExactT m_exact
 

Constructor & Destructor Documentation

template<typename ExactT >
boost::spirit::fixed_loop_gen< ExactT >::fixed_loop_gen ( ExactT const &  exact)
inline

Member Function Documentation

template<typename ExactT >
template<typename ParserT >
fixed_loop<ParserT, ExactT> boost::spirit::fixed_loop_gen< ExactT >::operator[] ( parser< ParserT > const &  subject_) const
inline

Member Data Documentation

template<typename ExactT >
ExactT boost::spirit::fixed_loop_gen< ExactT >::m_exact

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