Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::range< CharT > Struct Template Reference

#include <typeof.hpp>

Inheritance diagram for boost::spirit::range< CharT >:
Collaboration diagram for boost::spirit::range< CharT >:

Public Types

typedef range< CharT > self_t
 
typedef range< CharT > embed_t
 
typedef range< CharT > derived_t
 
typedef plain_parser_category parser_category_t
 

Public Member Functions

 range (CharT first_, CharT last_)
 
template<typename T >
bool test (T ch) const
 
parser_result< self_t,
ScannerT >::type 
parse (ScannerT const &scan) const
 
range< CharT > & derived ()
 
range< CharT >const & derived () const
 
action< range< CharT >, ActionT > operator[] (ActionT const &actor) const
 

Public Attributes

CharT first
 
CharT last
 

Member Typedef Documentation

typedef range< CharT > boost::spirit::parser< range< CharT > >::derived_t
inherited
typedef range< CharT > boost::spirit::parser< range< CharT > >::embed_t
inherited
typedef range< CharT > boost::spirit::char_parser< range< CharT > >::self_t
inherited

Constructor & Destructor Documentation

template<typename CharT = char>
boost::spirit::range< CharT >::range ( CharT  first_,
CharT  last_ 
)
inline

Member Function Documentation

range< CharT > & boost::spirit::parser< range< CharT > >::derived ( )
inlineinherited
range< CharT > const& boost::spirit::parser< range< CharT > >::derived ( ) const
inlineinherited
action<range< CharT > , ActionT> boost::spirit::parser< range< CharT > >::operator[] ( ActionT const &  actor) const
inlineinherited
parser_result<self_t, ScannerT>::type boost::spirit::char_parser< range< CharT > >::parse ( ScannerT const &  scan) const
inlineinherited
template<typename CharT = char>
template<typename T >
bool boost::spirit::range< CharT >::test ( T  ch) const
inline

Member Data Documentation

template<typename CharT = char>
CharT boost::spirit::range< CharT >::first
template<typename CharT = char>
CharT boost::spirit::range< CharT >::last

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