#include <typeof.hpp>
Classes | |
struct | result |
Public Types | |
typedef empty_match_parser < SubjectT > | self_t |
typedef unary< SubjectT, parser< self_t > > | base_t |
typedef unary_parser_category | parser_category_t |
typedef empty_match_parser_gen | parser_genererator_t |
typedef self_t | embed_t |
typedef boost::call_traits < SubjectT >::param_type | param_t |
typedef boost::call_traits < SubjectT >::const_reference | return_t |
typedef SubjectT | subject_t |
typedef SubjectT::embed_t | subject_embed_t |
typedef empty_match_parser < SubjectT > | derived_t |
Public Member Functions | |
empty_match_parser (SubjectT const &p) | |
template<typename ScannerT > | |
parser_result< self_t, ScannerT >::type | parse (ScannerT const &scan) const |
negated_empty_match_parser < SubjectT > | negate () const |
return_t | subject () const |
empty_match_parser< SubjectT > & | derived () |
empty_match_parser< SubjectT > const & | derived () const |
action< empty_match_parser < SubjectT >, ActionT > | operator[] (ActionT const &actor) const |
typedef unary<SubjectT, parser<self_t> > boost::spirit::empty_match_parser< SubjectT >::base_t |
|
inherited |
typedef self_t boost::spirit::empty_match_parser< SubjectT >::embed_t |
|
inherited |
typedef unary_parser_category boost::spirit::empty_match_parser< SubjectT >::parser_category_t |
typedef empty_match_parser_gen boost::spirit::empty_match_parser< SubjectT >::parser_genererator_t |
|
inherited |
typedef empty_match_parser<SubjectT> boost::spirit::empty_match_parser< SubjectT >::self_t |
|
inherited |
|
inherited |
|
inlineexplicit |
|
inlineinherited |
|
inlineinherited |
|
inline |
References boost::spirit::unary< SubjectT, parser< empty_match_parser< SubjectT > > >::subject().
Referenced by boost::spirit::operator~().
|
inlineinherited |
|
inline |
|
inlineinherited |