#include <exceptions_fwd.hpp>
Classes | |
struct | result |
Public Types | |
typedef fallback_parser < ErrorDescrT, ParserT, HandlerT > | self_t |
typedef ErrorDescrT | error_descr_t |
typedef unary< ParserT, parser < self_t > > | base_t |
typedef unary_parser_category | parser_category_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 |
typedef fallback_parser < ErrorDescrT, ParserT, HandlerT > | embed_t |
typedef fallback_parser < ErrorDescrT, ParserT, HandlerT > | derived_t |
Public Member Functions | |
fallback_parser (ParserT const &parser, HandlerT const &handler_) | |
template<typename ScannerT > | |
parser_result< self_t, ScannerT >::type | parse (ScannerT const &scan) const |
return_t | subject () const |
fallback_parser< ErrorDescrT, ParserT, HandlerT > & | derived () |
fallback_parser< ErrorDescrT, ParserT, HandlerT >const & | derived () const |
action< fallback_parser < ErrorDescrT, ParserT, HandlerT >, ActionT > | operator[] (ActionT const &actor) const |
Public Attributes | |
HandlerT | handler |
typedef unary<ParserT, parser<self_t> > boost::spirit::fallback_parser< ErrorDescrT, ParserT, HandlerT >::base_t |
|
inherited |
|
inherited |
typedef ErrorDescrT boost::spirit::fallback_parser< ErrorDescrT, ParserT, HandlerT >::error_descr_t |
|
inherited |
typedef unary_parser_category boost::spirit::fallback_parser< ErrorDescrT, ParserT, HandlerT >::parser_category_t |
|
inherited |
typedef fallback_parser<ErrorDescrT, ParserT, HandlerT> boost::spirit::fallback_parser< ErrorDescrT, ParserT, HandlerT >::self_t |
|
inherited |
|
inherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
References boost::graph::distributed::scan().
|
inlineinherited |
HandlerT boost::spirit::fallback_parser< ErrorDescrT, ParserT, HandlerT >::handler |