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::lazy_semantic_predicate< F > Struct Template Reference

#include <eps.hpp>

Inheritance diagram for boost::spirit::x3::lazy_semantic_predicate< F >:
Collaboration diagram for boost::spirit::x3::lazy_semantic_predicate< F >:

Public Types

typedef unused_type attribute_type
 
typedef
lazy_semantic_predicate< F > 
derived_type
 

Public Member Functions

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

Public Attributes

f
 

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

template<typename F >
boost::spirit::x3::lazy_semantic_predicate< F >::lazy_semantic_predicate ( f)
inline

Member Function Documentation

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

Member Data Documentation

bool const boost::spirit::x3::parser< lazy_semantic_predicate< F > >::handles_container
staticinherited
bool const boost::spirit::x3::parser< lazy_semantic_predicate< F > >::has_action
staticinherited
template<typename F >
bool const boost::spirit::x3::lazy_semantic_predicate< F >::has_attribute = false
static
bool const boost::spirit::x3::parser< lazy_semantic_predicate< F > >::is_pass_through_unary
staticinherited

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