Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::assertion< ErrorDescrT > Struct Template Reference

#include <exceptions_fwd.hpp>

Public Member Functions

 assertion (ErrorDescrT descriptor_)
 
template<typename ParserT >
assertive_parser< ErrorDescrT,
ParserT > 
operator() (ParserT const &parser) const
 

Public Attributes

ErrorDescrT descriptor
 

Constructor & Destructor Documentation

template<typename ErrorDescrT >
boost::spirit::assertion< ErrorDescrT >::assertion ( ErrorDescrT  descriptor_)
inline

Member Function Documentation

template<typename ErrorDescrT >
template<typename ParserT >
assertive_parser<ErrorDescrT, ParserT> boost::spirit::assertion< ErrorDescrT >::operator() ( ParserT const &  parser) const
inline

Member Data Documentation

template<typename ErrorDescrT >
ErrorDescrT boost::spirit::assertion< ErrorDescrT >::descriptor

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