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

#include <switch.hpp>

Public Member Functions

 switch_cond_parser (CondT const &cond_)
 
template<typename ParserT >
switch_parser< ParserT, CondT > operator[] (parser< ParserT > const &p) const
 

Public Attributes

CondT const & cond
 

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename CondT >
template<typename ParserT >
switch_parser<ParserT, CondT> boost::spirit::switch_cond_parser< CondT >::operator[] ( parser< ParserT > const &  p) const
inline

Member Data Documentation

template<typename CondT >
CondT const& boost::spirit::switch_cond_parser< CondT >::cond

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