Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::x3::proxy< Subject, Derived > Struct Template Reference

#include <proxy.hpp>

Inheritance diagram for boost::spirit::x3::proxy< Subject, Derived >:
Collaboration diagram for boost::spirit::x3::proxy< Subject, Derived >:

Public Types

typedef unary_category category
 
typedef Subject subject_type
 
typedef Derived derived_type
 

Public Member Functions

 proxy (Subject const &subject)
 
template<typename Iterator , typename Context , typename RuleContext , typename Attribute , typename Category >
bool parse_subject (Iterator &first, Iterator const &last, Context const &context, RuleContext &rcontext, Attribute &attr, Category) const
 
template<typename Iterator , typename Context , typename RuleContext , typename Attribute >
bool parse (Iterator &first, Iterator const &last, Context const &context, RuleContext &rcontext, Attribute &attr) const
 
unary_parser const & get_unary () const
 
Derived const & derived () const
 
template<typename Action >
action< Derived, Action > operator[] (Action f) const
 
template<typename Handler >
guard< Derived, Handler > on_error (Handler f) const
 

Public Attributes

Subject subject
 

Static Public Attributes

static bool const is_pass_through_unary = true
 
static bool const has_action = Subject::has_action
 
static bool const handles_container = false
 

Member Typedef Documentation

template<typename Subject, typename Derived>
typedef unary_category boost::spirit::x3::unary_parser< Subject, Derived >::category
inherited
template<typename Derived>
typedef Derived boost::spirit::x3::parser< Derived >::derived_type
inherited
template<typename Subject, typename Derived>
typedef Subject boost::spirit::x3::unary_parser< Subject, Derived >::subject_type
inherited

Constructor & Destructor Documentation

template<typename Subject, typename Derived>
boost::spirit::x3::proxy< Subject, Derived >::proxy ( Subject const &  subject)
inline

Member Function Documentation

template<typename Subject, typename Derived>
unary_parser const& boost::spirit::x3::unary_parser< Subject, Derived >::get_unary ( ) const
inlineinherited
template<typename Derived>
template<typename Handler >
guard<Derived, Handler> boost::spirit::x3::parser< Derived >::on_error ( Handler  f) const
inlineinherited
template<typename Derived>
template<typename Action >
action<Derived, Action> boost::spirit::x3::parser< Derived >::operator[] ( Action  f) const
inlineinherited
template<typename Subject, typename Derived>
template<typename Iterator , typename Context , typename RuleContext , typename Attribute >
bool boost::spirit::x3::proxy< Subject, Derived >::parse ( Iterator &  first,
Iterator const &  last,
Context const &  context,
RuleContext &  rcontext,
Attribute &  attr 
) const
inline
template<typename Subject, typename Derived>
template<typename Iterator , typename Context , typename RuleContext , typename Attribute , typename Category >
bool boost::spirit::x3::proxy< Subject, Derived >::parse_subject ( Iterator &  first,
Iterator const &  last,
Context const &  context,
RuleContext &  rcontext,
Attribute &  attr,
Category   
) const
inline

Member Data Documentation

template<typename Derived>
bool const boost::spirit::x3::parser< Derived >::handles_container = false
staticinherited
template<typename Subject, typename Derived>
bool const boost::spirit::x3::unary_parser< Subject, Derived >::has_action = Subject::has_action
staticinherited
template<typename Subject, typename Derived>
bool const boost::spirit::x3::proxy< Subject, Derived >::is_pass_through_unary = true
static
template<typename Subject, typename Derived>
Subject boost::spirit::x3::unary_parser< Subject, Derived >::subject
inherited

The documentation for this struct was generated from the following file: