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

#include <plain_raw_token.hpp>

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

Classes

struct  attribute
 

Public Types

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

Public Member Functions

 plain_raw_token (TokenId const &id)
 
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_raw_token< TokenId >const & derived () const
 

Public Attributes

TokenId id
 

Member Typedef Documentation

typedef plain_raw_token< TokenId > boost::spirit::qi::parser< plain_raw_token< TokenId > >::derived_type
inherited
typedef qi::domain boost::spirit::qi::parser< plain_raw_token< TokenId > >::domain
inherited

Constructor & Destructor Documentation

template<typename TokenId >
boost::spirit::qi::plain_raw_token< TokenId >::plain_raw_token ( TokenId const &  id)
inline

Member Function Documentation

plain_raw_token< TokenId > const& boost::spirit::qi::parser< plain_raw_token< TokenId > >::derived ( ) const
inlineinherited
template<typename TokenId >
template<typename Iterator , typename Context , typename Skipper , typename Attribute >
bool boost::spirit::qi::plain_raw_token< 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_raw_token< TokenId >::what ( Context &  ) const
inline

Member Data Documentation

template<typename TokenId >
TokenId boost::spirit::qi::plain_raw_token< TokenId >::id

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