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::raw_directive< Subject > Struct Template Reference

#include <raw.hpp>

Inheritance diagram for boost::spirit::qi::raw_directive< Subject >:
Collaboration diagram for boost::spirit::qi::raw_directive< Subject >:

Classes

struct  attribute
 

Public Types

typedef Subject subject_type
 
typedef raw_directive< Subject > derived_type
 
typedef qi::domain domain
 

Public Member Functions

 raw_directive (Subject const &subject_)
 
template<typename Iterator , typename Context , typename Skipper , typename Attribute >
bool parse (Iterator &first, Iterator const &last, Context &context, Skipper const &skipper, Attribute &attr_) const
 
template<typename Context >
info what (Context &context) const
 
raw_directive< Subject >const & derived () const
 

Public Attributes

Subject subject
 

Member Typedef Documentation

typedef raw_directive< Subject > boost::spirit::qi::parser< raw_directive< Subject > >::derived_type
inherited
typedef qi::domain boost::spirit::qi::parser< raw_directive< Subject > >::domain
inherited
template<typename Subject >
typedef Subject boost::spirit::qi::raw_directive< Subject >::subject_type

Constructor & Destructor Documentation

template<typename Subject >
boost::spirit::qi::raw_directive< Subject >::raw_directive ( Subject const &  subject_)
inline

Member Function Documentation

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

Member Data Documentation


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