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::char_parser< Derived > Struct Template Reference

#include <char_parser.hpp>

Inheritance diagram for boost::spirit::x3::char_parser< Derived >:
Collaboration diagram for boost::spirit::x3::char_parser< Derived >:

Public Types

typedef Derived 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 &attr) const
 
Derived const & derived () const
 
template<typename Action >
action< Derived, Action > operator[] (Action f) const
 
template<typename Handler >
guard< Derived, Handler > on_error (Handler f) const
 

Static Public Attributes

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

Member Typedef Documentation

template<typename Derived>
typedef Derived boost::spirit::x3::parser< Derived >::derived_type
inherited

Member Function Documentation

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

Member Data Documentation

template<typename Derived>
bool const boost::spirit::x3::parser< Derived >::handles_container = false
staticinherited
template<typename Derived>
bool const boost::spirit::x3::parser< Derived >::has_action = false
staticinherited
template<typename Derived>
bool const boost::spirit::x3::parser< Derived >::is_pass_through_unary = false
staticinherited

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