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, true > Struct Template Reference

#include <char.hpp>

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

Public Types

typedef CharEncoding::char_type char_type
 
typedef CharEncoding char_encoding
 
typedef char_range
< CharEncoding, true > 
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, true >
const & 
derived () const
 

Public Attributes

char_type from_lo
 
char_type to_lo
 
char_type from_hi
 
char_type to_hi
 

Member Typedef Documentation

template<typename CharEncoding >
typedef CharEncoding boost::spirit::qi::char_range< CharEncoding, true >::char_encoding
template<typename CharEncoding >
typedef CharEncoding::char_type boost::spirit::qi::char_range< CharEncoding, true >::char_type
typedef char_range< CharEncoding, true > boost::spirit::qi::parser< char_range< CharEncoding, true > >::derived_type
inherited
typedef qi::domain boost::spirit::qi::parser< char_range< CharEncoding, true > >::domain
inherited

Constructor & Destructor Documentation

template<typename CharEncoding >
boost::spirit::qi::char_range< CharEncoding, true >::char_range ( char_type  from,
char_type  to 
)
inline

Member Function Documentation

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

Member Data Documentation

template<typename CharEncoding >
char_type boost::spirit::qi::char_range< CharEncoding, true >::from_hi
template<typename CharEncoding >
char_type boost::spirit::qi::char_range< CharEncoding, true >::from_lo
template<typename CharEncoding >
char_type boost::spirit::qi::char_range< CharEncoding, true >::to_hi
template<typename CharEncoding >
char_type boost::spirit::qi::char_range< CharEncoding, true >::to_lo

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