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::and_predicate< Subject > Struct Template Reference

#include <and_predicate.hpp>

Inheritance diagram for boost::spirit::x3::and_predicate< Subject >:
Collaboration diagram for boost::spirit::x3::and_predicate< Subject >:

Public Types

typedef unary_parser< Subject,
and_predicate< Subject > > 
base_type
 
typedef unused_type attribute_type
 
typedef unary_category category
 
typedef Subject subject_type
 
typedef and_predicate< Subject > derived_type
 

Public Member Functions

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

Public Attributes

Subject subject
 

Static Public Attributes

static bool const has_attribute = false
 
static bool const has_action
 
static bool const handles_container
 
static bool const is_pass_through_unary
 

Member Typedef Documentation

template<typename Subject >
typedef unused_type boost::spirit::x3::and_predicate< Subject >::attribute_type
template<typename Subject >
typedef unary_parser<Subject, and_predicate<Subject> > boost::spirit::x3::and_predicate< Subject >::base_type
typedef unary_category boost::spirit::x3::unary_parser< Subject, and_predicate< Subject > >::category
inherited
typedef and_predicate< Subject > boost::spirit::x3::parser< and_predicate< Subject > >::derived_type
inherited
typedef Subject boost::spirit::x3::unary_parser< Subject, and_predicate< Subject > >::subject_type
inherited

Constructor & Destructor Documentation

template<typename Subject >
boost::spirit::x3::and_predicate< Subject >::and_predicate ( Subject const &  subject)
inline

Member Function Documentation

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

Member Data Documentation

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

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