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