|
template<typename Context > |
auto | boost::spirit::x3::_val (Context const &context) -> decltype(x3::get< rule_val_context_tag >(context)) |
|
template<typename Context > |
auto | boost::spirit::x3::_where (Context const &context) -> decltype(x3::get< where_context_tag >(context)) |
|
template<typename Context > |
auto | boost::spirit::x3::_attr (Context const &context) -> decltype(x3::get< attr_context_tag >(context)) |
|
template<typename F , typename Context > |
auto | boost::spirit::x3::detail::call (F f, Context const &context, mpl::true_) |
|
template<typename F , typename Context > |
auto | boost::spirit::x3::detail::call (F f, Context const &context, mpl::false_) |
|
template<typename F , typename Iterator , typename Context , typename RuleContext , typename Attribute > |
auto | boost::spirit::x3::call (F f, Iterator &first, Iterator const &last, Context const &context, RuleContext &rcontext, Attribute &attr) |
|