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_parser_gen Struct Reference

#include <switch.hpp>

Public Member Functions

template<typename CondT >
switch_cond_parser< CondT > operator() (CondT const &cond) const
 
template<typename CaseT >
switch_parser< CaseT > operator[] (parser< CaseT > const &p) const
 

Member Function Documentation

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

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