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::semantic_predicate Struct Reference

#include <eps.hpp>

Inheritance diagram for boost::spirit::x3::semantic_predicate:
Collaboration diagram for boost::spirit::x3::semantic_predicate:

Public Types

typedef unused_type attribute_type
 
typedef semantic_predicate derived_type
 

Public Member Functions

 semantic_predicate (bool predicate)
 
template<typename Iterator , typename Context , typename Attribute >
bool parse (Iterator &first, Iterator const &last, Context const &context, unused_type, Attribute &) const
 
semantic_predicateconst & derived () const
 
action< semantic_predicate,
Action > 
operator[] (Action f) const
 
guard< semantic_predicate,
Handler > 
on_error (Handler f) const
 

Public Attributes

bool predicate
 

Static Public Attributes

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

Member Typedef Documentation

Constructor & Destructor Documentation

boost::spirit::x3::semantic_predicate::semantic_predicate ( bool  predicate)
inline

Member Function Documentation

semantic_predicate const& boost::spirit::x3::parser< semantic_predicate >::derived ( ) const
inlineinherited

References boost::detail::const.

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

Member Data Documentation

bool const boost::spirit::x3::parser< semantic_predicate >::handles_container
staticinherited
bool const boost::spirit::x3::parser< semantic_predicate >::has_action
staticinherited
bool const boost::spirit::x3::semantic_predicate::has_attribute = false
static
bool const boost::spirit::x3::parser< semantic_predicate >::is_pass_through_unary
staticinherited
bool boost::spirit::x3::semantic_predicate::predicate

Referenced by parse().


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