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

#include <while.hpp>

Public Member Functions

 while_parser_gen (CondT const &cond_)
 
template<typename ParsableT >
while_parser< ParsableT, CondT,
false > 
operator[] (ParsableT const &subject) const
 

Constructor & Destructor Documentation

template<typename CondT >
boost::spirit::impl::while_parser_gen< CondT >::while_parser_gen ( CondT const &  cond_)
inline

Member Function Documentation

template<typename CondT >
template<typename ParsableT >
while_parser<ParsableT, CondT, false> boost::spirit::impl::while_parser_gen< CondT >::operator[] ( ParsableT const &  subject) const
inline

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