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_range< CharEncoding, no_case > Struct Template Reference

#include <char.hpp>

Inheritance diagram for boost::spirit::qi::char_range< CharEncoding, no_case >:
Collaboration diagram for boost::spirit::qi::char_range< CharEncoding, no_case >:

Public Types

typedef CharEncoding::char_type char_type
 
typedef CharEncoding char_encoding
 
typedef char_range
< CharEncoding, false > 
derived_type
 
typedef qi::domain domain
 

Public Member Functions

 char_range (char_type from_, char_type to_)
 
template<typename CharParam , typename Context >
bool test (CharParam ch_, Context &) const
 
template<typename Context >
info what (Context &) const
 
bool parse (Iterator &first, Iterator const &last, Context &context, Skipper const &skipper, Attribute &attr_) const
 
char_range< CharEncoding,
false >const & 
derived () const
 

Public Attributes

char_type from
 
char_type to
 

Member Typedef Documentation

template<typename CharEncoding , bool no_case = false>
typedef CharEncoding boost::spirit::qi::char_range< CharEncoding, no_case >::char_encoding
template<typename CharEncoding , bool no_case = false>
typedef CharEncoding::char_type boost::spirit::qi::char_range< CharEncoding, no_case >::char_type
typedef char_range< CharEncoding, false > boost::spirit::qi::parser< char_range< CharEncoding, false > >::derived_type
inherited
typedef qi::domain boost::spirit::qi::parser< char_range< CharEncoding, false > >::domain
inherited

Constructor & Destructor Documentation

template<typename CharEncoding , bool no_case = false>
boost::spirit::qi::char_range< CharEncoding, no_case >::char_range ( char_type  from_,
char_type  to_ 
)
inline

Member Function Documentation

char_range< CharEncoding, false > const& boost::spirit::qi::parser< char_range< CharEncoding, false > >::derived ( ) const
inlineinherited
bool boost::spirit::qi::char_parser< char_range< CharEncoding, false > , CharEncoding::char_type , Attr >::parse ( Iterator &  first,
Iterator const &  last,
Context &  context,
Skipper const &  skipper,
Attribute &  attr_ 
) const
inlineinherited
template<typename CharEncoding , bool no_case = false>
template<typename CharParam , typename Context >
bool boost::spirit::qi::char_range< CharEncoding, no_case >::test ( CharParam  ch_,
Context &   
) const
inline
template<typename CharEncoding , bool no_case = false>
template<typename Context >
info boost::spirit::qi::char_range< CharEncoding, no_case >::what ( Context &  ) const
inline

Member Data Documentation

template<typename CharEncoding , bool no_case = false>
char_type boost::spirit::qi::char_range< CharEncoding, no_case >::from
template<typename CharEncoding , bool no_case = false>
char_type boost::spirit::qi::char_range< CharEncoding, no_case >::to

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