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::negated_char_parser< Positive > Struct Template Reference

#include <char_parser.hpp>

Inheritance diagram for boost::spirit::qi::negated_char_parser< Positive >:
Collaboration diagram for boost::spirit::qi::negated_char_parser< Positive >:

Public Types

typedef Positive::char_type char_type
 
typedef negated_char_parser
< Positive > 
derived_type
 
typedef qi::domain domain
 

Public Member Functions

 negated_char_parser (Positive const &positive_)
 
template<typename CharParam , typename Context >
bool test (CharParam ch, Context &context) const
 
template<typename Context >
info what (Context &context) const
 
bool parse (Iterator &first, Iterator const &last, Context &context, Skipper const &skipper, Attribute &attr_) const
 
negated_char_parser< Positive >
const & 
derived () const
 

Public Attributes

Positive positive
 

Member Typedef Documentation

typedef Positive::char_type boost::spirit::qi::char_parser< negated_char_parser< Positive > , Positive::char_type , Attr >::char_type
inherited
typedef negated_char_parser< Positive > boost::spirit::qi::parser< negated_char_parser< Positive > >::derived_type
inherited

Constructor & Destructor Documentation

template<typename Positive>
boost::spirit::qi::negated_char_parser< Positive >::negated_char_parser ( Positive const &  positive_)
inline

Member Function Documentation

negated_char_parser< Positive > const& boost::spirit::qi::parser< negated_char_parser< Positive > >::derived ( ) const
inlineinherited
bool boost::spirit::qi::char_parser< negated_char_parser< Positive > , Positive::char_type , Attr >::parse ( Iterator &  first,
Iterator const &  last,
Context &  context,
Skipper const &  skipper,
Attribute &  attr_ 
) const
inlineinherited
template<typename Positive>
template<typename CharParam , typename Context >
bool boost::spirit::qi::negated_char_parser< Positive >::test ( CharParam  ch,
Context &  context 
) const
inline
template<typename Positive>
template<typename Context >
info boost::spirit::qi::negated_char_parser< Positive >::what ( Context &  context) const
inline

Member Data Documentation


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