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::do_while_parser_gen< ParsableT > Struct Template Reference

#include <while.hpp>

Public Member Functions

 do_while_parser_gen (ParsableT const &body_parser)
 
template<typename CondT >
while_parser< ParsableT, CondT,
true > 
while_p (CondT cond) const
 

Constructor & Destructor Documentation

template<typename ParsableT >
boost::spirit::impl::do_while_parser_gen< ParsableT >::do_while_parser_gen ( ParsableT const &  body_parser)
inlineexplicit

Member Function Documentation

template<typename ParsableT >
template<typename CondT >
while_parser<ParsableT, CondT, true> boost::spirit::impl::do_while_parser_gen< ParsableT >::while_p ( CondT  cond) const
inline

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