Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::qi::char_parser< Derived, Char, Attr > Struct Template Reference

#include <char_parser.hpp>

Inheritance diagram for boost::spirit::qi::char_parser< Derived, Char, Attr >:
Collaboration diagram for boost::spirit::qi::char_parser< Derived, Char, Attr >:

Classes

struct  attribute
 

Public Types

typedef Char char_type
 
typedef Derived derived_type
 
typedef qi::domain domain
 

Public Member Functions

template<typename Iterator , typename Context , typename Skipper , typename Attribute >
bool parse (Iterator &first, Iterator const &last, Context &context, Skipper const &skipper, Attribute &attr_) const
 
Derived const & derived () const
 

Member Typedef Documentation

template<typename Derived, typename Char, typename Attr = Char>
typedef Char boost::spirit::qi::char_parser< Derived, Char, Attr >::char_type
template<typename Derived>
typedef Derived boost::spirit::qi::parser< Derived >::derived_type
inherited
template<typename Derived>
typedef qi::domain boost::spirit::qi::parser< Derived >::domain
inherited

Member Function Documentation

template<typename Derived, typename Char, typename Attr = Char>
template<typename Iterator , typename Context , typename Skipper , typename Attribute >
bool boost::spirit::qi::char_parser< Derived, Char, Attr >::parse ( Iterator &  first,
Iterator const &  last,
Context &  context,
Skipper const &  skipper,
Attribute &  attr_ 
) const
inline

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