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::attr_parser< Value > Struct Template Reference

#include <attr.hpp>

Inheritance diagram for boost::spirit::x3::attr_parser< Value >:
Collaboration diagram for boost::spirit::x3::attr_parser< Value >:

Public Types

typedef Value attribute_type
 
typedef attr_parser< Value > derived_type
 

Public Member Functions

 attr_parser (Value const &value)
 
 attr_parser (Value &&value)
 
template<typename Iterator , typename Context , typename RuleContext , typename Attribute >
bool parse (Iterator &first, Iterator const &last, Context const &context, RuleContext &, Attribute &attr_) const
 
attr_parser< Value >const & derived () const
 
action< attr_parser< Value >
, Action > 
operator[] (Action f) const
 
guard< attr_parser< Value >
, Handler > 
on_error (Handler f) const
 

Public Attributes

Value value_
 

Static Public Attributes

static bool const has_attribute
 
static bool const handles_container
 
static bool const is_pass_through_unary
 
static bool const has_action
 

Member Typedef Documentation

template<typename Value >
typedef Value boost::spirit::x3::attr_parser< Value >::attribute_type
typedef attr_parser< Value > boost::spirit::x3::parser< attr_parser< Value > >::derived_type
inherited

Constructor & Destructor Documentation

template<typename Value >
boost::spirit::x3::attr_parser< Value >::attr_parser ( Value const &  value)
inline
template<typename Value >
boost::spirit::x3::attr_parser< Value >::attr_parser ( Value &&  value)
inline

Member Function Documentation

attr_parser< Value > const& boost::spirit::x3::parser< attr_parser< Value > >::derived ( ) const
inlineinherited
guard<attr_parser< Value > , Handler> boost::spirit::x3::parser< attr_parser< Value > >::on_error ( Handler  f) const
inlineinherited
action<attr_parser< Value > , Action> boost::spirit::x3::parser< attr_parser< Value > >::operator[] ( Action  f) const
inlineinherited
template<typename Value >
template<typename Iterator , typename Context , typename RuleContext , typename Attribute >
bool boost::spirit::x3::attr_parser< Value >::parse ( Iterator &  first,
Iterator const &  last,
Context const &  context,
RuleContext &  ,
Attribute &  attr_ 
) const
inline

Member Data Documentation

template<typename Value >
bool const boost::spirit::x3::attr_parser< Value >::handles_container
static
bool const boost::spirit::x3::parser< attr_parser< Value > >::has_action
staticinherited
template<typename Value >
bool const boost::spirit::x3::attr_parser< Value >::has_attribute
static
bool const boost::spirit::x3::parser< attr_parser< Value > >::is_pass_through_unary
staticinherited

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