#include <typeof.hpp>
Classes | |
struct | result |
Public Types | |
typedef switch_parser< CaseT, CondT > | self_t |
typedef unary_parser_category | parser_category_t |
typedef unary< CaseT, parser < self_t > > | base_t |
typedef boost::call_traits < CaseT >::param_type | param_t |
typedef boost::call_traits < CaseT >::const_reference | return_t |
typedef CaseT | subject_t |
typedef CaseT::embed_t | subject_embed_t |
typedef switch_parser< CaseT, CondT > | embed_t |
typedef switch_parser< CaseT, CondT > | derived_t |
Public Member Functions | |
switch_parser (CaseT const &case_) | |
switch_parser (CaseT const &case_, CondT const &cond_) | |
template<typename ScannerT > | |
parser_result< self_t, ScannerT >::type | parse (ScannerT const &scan) const |
return_t | subject () const |
switch_parser< CaseT, CondT > & | derived () |
switch_parser< CaseT, CondT > const & | derived () const |
action< switch_parser< CaseT, CondT >, ActionT > | operator[] (ActionT const &actor) const |
Public Attributes | |
CondT | cond |
typedef unary<CaseT, parser<self_t> > boost::spirit::switch_parser< CaseT, CondT >::base_t |
|
inherited |
|
inherited |
|
inherited |
typedef unary_parser_category boost::spirit::switch_parser< CaseT, CondT >::parser_category_t |
|
inherited |
typedef switch_parser<CaseT, CondT> boost::spirit::switch_parser< CaseT, CondT >::self_t |
|
inherited |
|
inherited |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inlineinherited |
Referenced by boost::spirit::switch_parser< CaseT, CondT >::parse().
CondT boost::spirit::switch_parser< CaseT, CondT >::cond |
Referenced by boost::spirit::switch_parser< CaseT, CondT >::parse().