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

#include <typeof.hpp>

Inheritance diagram for boost::spirit::functor_parser< FunctorT >:
Collaboration diagram for boost::spirit::functor_parser< FunctorT >:

Classes

struct  result
 

Public Types

typedef FunctorT::result_t functor_result_t
 
typedef functor_parser< FunctorT > self_t
 
typedef functor_parser< FunctorT > embed_t
 
typedef functor_parser< FunctorT > derived_t
 
typedef plain_parser_category parser_category_t
 

Public Member Functions

 functor_parser ()
 
 functor_parser (FunctorT const &functor_)
 
template<typename ScannerT >
parser_result< self_t,
ScannerT >::type 
parse (ScannerT const &scan) const
 
functor_parser< FunctorT > & derived ()
 
functor_parser< FunctorT >const & derived () const
 
action< functor_parser
< FunctorT >, ActionT > 
operator[] (ActionT const &actor) const
 

Public Attributes

FunctorT functor
 

Member Typedef Documentation

typedef functor_parser< FunctorT > boost::spirit::parser< functor_parser< FunctorT > >::derived_t
inherited
typedef functor_parser< FunctorT > boost::spirit::parser< functor_parser< FunctorT > >::embed_t
inherited
template<class FunctorT >
typedef FunctorT::result_t boost::spirit::functor_parser< FunctorT >::functor_result_t
template<class FunctorT >
typedef functor_parser<FunctorT> boost::spirit::functor_parser< FunctorT >::self_t

Constructor & Destructor Documentation

template<class FunctorT >
boost::spirit::functor_parser< FunctorT >::functor_parser ( )
inline
template<class FunctorT >
boost::spirit::functor_parser< FunctorT >::functor_parser ( FunctorT const &  functor_)
inline

Member Function Documentation

functor_parser< FunctorT > & boost::spirit::parser< functor_parser< FunctorT > >::derived ( )
inlineinherited
functor_parser< FunctorT > const& boost::spirit::parser< functor_parser< FunctorT > >::derived ( ) const
inlineinherited
action<functor_parser< FunctorT > , ActionT> boost::spirit::parser< functor_parser< FunctorT > >::operator[] ( ActionT const &  actor) const
inlineinherited
template<class FunctorT >
template<typename ScannerT >
parser_result<self_t, ScannerT>::type boost::spirit::functor_parser< FunctorT >::parse ( ScannerT const &  scan) const
inline

Member Data Documentation

template<class FunctorT >
FunctorT boost::spirit::functor_parser< FunctorT >::functor

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