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::if_parser_gen< CondT > Struct Template Reference

#include <if.hpp>

Public Member Functions

 if_parser_gen (CondT const &cond_)
 
template<typename ParsableT >
if_parser< ParsableT, CondT > operator[] (ParsableT const &subject) const
 

Public Attributes

CondT const & cond
 

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

template<typename CondT >
CondT const& boost::spirit::impl::if_parser_gen< CondT >::cond

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