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::plain_token_range< TokenId > Struct Template Reference

#include <plain_token.hpp>

Inheritance diagram for boost::spirit::qi::plain_token_range< TokenId >:
Collaboration diagram for boost::spirit::qi::plain_token_range< TokenId >:

Classes

struct  attribute
 

Public Types

typedef plain_token_range
< TokenId > 
derived_type
 
typedef qi::domain domain
 

Public Member Functions

 plain_token_range (TokenId const &idmin, TokenId const &idmax)
 
template<typename Iterator , typename Context , typename Skipper , typename Attribute >
bool parse (Iterator &first, Iterator const &last, Context &, Skipper const &skipper, Attribute &attr) const
 
template<typename Context >
info what (Context &) const
 
plain_token_range< TokenId >const & derived () const
 

Public Attributes

TokenId idmin
 
TokenId idmax
 

Member Typedef Documentation

typedef plain_token_range< TokenId > boost::spirit::qi::parser< plain_token_range< TokenId > >::derived_type
inherited

Constructor & Destructor Documentation

template<typename TokenId >
boost::spirit::qi::plain_token_range< TokenId >::plain_token_range ( TokenId const &  idmin,
TokenId const &  idmax 
)
inline

Member Function Documentation

plain_token_range< TokenId > const& boost::spirit::qi::parser< plain_token_range< TokenId > >::derived ( ) const
inlineinherited
template<typename TokenId >
template<typename Iterator , typename Context , typename Skipper , typename Attribute >
bool boost::spirit::qi::plain_token_range< TokenId >::parse ( Iterator &  first,
Iterator const &  last,
Context &  ,
Skipper const &  skipper,
Attribute &  attr 
) const
inline
template<typename TokenId >
template<typename Context >
info boost::spirit::qi::plain_token_range< TokenId >::what ( Context &  ) const
inline

Member Data Documentation

template<typename TokenId >
TokenId boost::spirit::qi::plain_token_range< TokenId >::idmax

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