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

#include <optional.hpp>

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

Classes

struct  attribute
 

Public Types

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

Public Member Functions

 optional (Subject const &subject_)
 
template<typename Iterator , typename Context , typename Skipper , typename Attribute >
bool parse_impl (Iterator &first, Iterator const &last, Context &context, Skipper const &skipper, Attribute &attr_, mpl::false_) const
 
template<typename Iterator , typename Context , typename Skipper , typename Attribute >
bool parse_impl (Iterator &first, Iterator const &last, Context &context, Skipper const &skipper, Attribute &attr_, mpl::true_) const
 
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
 
optional< Subject >const & derived () const
 

Public Attributes

Subject subject
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation


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