#include <common_fwd.hpp>
Classes | |
struct | result |
Public Types | |
typedef action_directive_parser< T, ActionParserT > | self_t |
typedef action_directive_parser_gen < ActionParserT > | parser_generator_t |
typedef unary_parser_category | parser_category_t |
typedef parser < action_directive_parser< T, ActionParserT > > | base_t |
typedef boost::call_traits< T > ::param_type | param_t |
typedef boost::call_traits< T > ::const_reference | return_t |
typedef T | subject_t |
typedef T::embed_t | subject_embed_t |
typedef action_directive_parser< T, ActionParserT > | embed_t |
typedef action_directive_parser< T, ActionParserT > | derived_t |
Public Member Functions | |
action_directive_parser (T const &a) | |
template<typename ScannerT > | |
parser_result< self_t, ScannerT >::type | parse (ScannerT const &scanner) const |
template<typename ActionT > | |
ActionParserT::template action < action_directive_parser< T, ActionParserT >, ActionT > | operator[] (ActionT const &actor) const |
return_t | subject () const |
action_directive_parser< T, ActionParserT > & | derived () |
action_directive_parser< T, ActionParserT >const & | derived () const |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
typedef unary_parser_category boost::spirit::action_directive_parser< T, ActionParserT >::parser_category_t |
typedef action_directive_parser_gen<ActionParserT> boost::spirit::action_directive_parser< T, ActionParserT >::parser_generator_t |
|
inherited |
typedef action_directive_parser<T, ActionParserT> boost::spirit::action_directive_parser< T, ActionParserT >::self_t |
|
inherited |
|
inherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inline |
References template.
|
inline |
|
inlineinherited |