#include <exceptions.hpp>
Public Types | |
typedef guard< ErrorDescrT > | parser_generator_t |
typedef unary_parser_category | parser_category_t |
typedef nil_t | base_t |
typedef boost::call_traits < ParserT >::param_type | param_t |
typedef boost::call_traits < ParserT >::const_reference | return_t |
typedef ParserT | subject_t |
typedef ParserT::embed_t | subject_embed_t |
Public Member Functions | |
guard_gen (ParserT const &p) | |
template<typename HandlerT > | |
fallback_parser< ErrorDescrT, ParserT, HandlerT > | operator[] (HandlerT const &handler) const |
return_t | subject () const |
|
inherited |
|
inherited |
typedef unary_parser_category boost::spirit::guard_gen< ErrorDescrT, ParserT >::parser_category_t |
typedef guard<ErrorDescrT> boost::spirit::guard_gen< ErrorDescrT, ParserT >::parser_generator_t |
|
inherited |
|
inherited |
|
inherited |
|
inline |
|
inline |
|
inlineinherited |