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::permutation< Elements > Struct Template Reference

#include <permutation.hpp>

Inheritance diagram for boost::spirit::qi::permutation< Elements >:
Collaboration diagram for boost::spirit::qi::permutation< Elements >:

Classes

struct  attribute
 

Public Types

typedef permutation< Elements > derived_type
 
typedef qi::domain domain
 

Public Member Functions

 permutation (Elements const &elements_)
 
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
 
permutation< Elements >const & derived () const
 

Public Attributes

Elements elements
 

Member Typedef Documentation

typedef permutation< Elements > boost::spirit::qi::parser< permutation< Elements > >::derived_type
inherited
typedef qi::domain boost::spirit::qi::parser< permutation< Elements > >::domain
inherited

Constructor & Destructor Documentation

template<typename Elements >
boost::spirit::qi::permutation< Elements >::permutation ( Elements const &  elements_)
inline

Member Function Documentation

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

Member Data Documentation


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