#include <refactoring.hpp>
Public Types | |
typedef attach_action_parser < ActionT, NestedT > | self_t |
typedef attach_action_gen < NestedT > | parser_generator_t |
typedef ActionT::parser_category_t | parser_category_t |
typedef attach_action_parser < ActionT, NestedT > | embed_t |
typedef attach_action_parser < ActionT, NestedT > | derived_t |
Public Member Functions | |
BOOST_STATIC_ASSERT ((boost::is_convertible< typename ActionT::parser_category_t, action_parser_category >::value)) | |
attach_action_parser (ActionT const &actor_, NestedT const &nested_) | |
template<typename ScannerT > | |
parser_result< self_t, ScannerT >::type | parse (ScannerT const &scan) const |
attach_action_parser< ActionT, NestedT > & | derived () |
attach_action_parser< ActionT, NestedT >const & | derived () const |
action< attach_action_parser < ActionT, NestedT >, ActionT > | operator[] (ActionT const &actor) const |
|
inherited |
|
inherited |
typedef ActionT::parser_category_t boost::spirit::attach_action_parser< ActionT, NestedT >::parser_category_t |
typedef attach_action_gen<NestedT> boost::spirit::attach_action_parser< ActionT, NestedT >::parser_generator_t |
typedef attach_action_parser<ActionT, NestedT> boost::spirit::attach_action_parser< ActionT, NestedT >::self_t |
|
inline |
boost::spirit::attach_action_parser< ActionT, NestedT >::BOOST_STATIC_ASSERT | ( | (boost::is_convertible< typename ActionT::parser_category_t, action_parser_category >::value) | ) |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
References boost::spirit::parse().