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

#include <eol.hpp>

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

Public Types

typedef unused_type attribute_type
 
typedef eol_parser derived_type
 

Public Member Functions

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

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

Member Function Documentation

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

Member Data Documentation

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

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