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

#include <expect.hpp>

Inheritance diagram for boost::spirit::x3::expectation_failure< Iterator >:
Collaboration diagram for boost::spirit::x3::expectation_failure< Iterator >:

Public Member Functions

 expectation_failure (Iterator where, std::string const &which)
 
 ~expectation_failure () throw ()
 
std::string which () const
 
Iterator const & where () const
 

Constructor & Destructor Documentation

template<typename Iterator>
boost::spirit::x3::expectation_failure< Iterator >::expectation_failure ( Iterator  where,
std::string const &  which 
)
inline
template<typename Iterator>
boost::spirit::x3::expectation_failure< Iterator >::~expectation_failure ( )
throw (
)
inline

Member Function Documentation

template<typename Iterator>
Iterator const& boost::spirit::x3::expectation_failure< Iterator >::where ( ) const
inline
template<typename Iterator>
std::string boost::spirit::x3::expectation_failure< Iterator >::which ( ) const
inline

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