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

Function object adapter for Boost.Spirit actions. More...

#include <as_action.hpp>

Public Types

typedef FunT::result_type result_type
 

Public Member Functions

 as_action_adapter (FunT const &fun)
 
template<typename AttributeT , typename ContextT >
result_type operator() (AttributeT const &attr, ContextT const &ctx, bool &pass) const
 

Detailed Description

template<typename FunT>
struct boost::as_action_adapter< FunT >

Function object adapter for Boost.Spirit actions.

Member Typedef Documentation

template<typename FunT >
typedef FunT::result_type boost::as_action_adapter< FunT >::result_type

Constructor & Destructor Documentation

template<typename FunT >
boost::as_action_adapter< FunT >::as_action_adapter ( FunT const &  fun)
inlineexplicit

Member Function Documentation

template<typename FunT >
template<typename AttributeT , typename ContextT >
result_type boost::as_action_adapter< FunT >::operator() ( AttributeT const &  attr,
ContextT const &  ctx,
bool &  pass 
) const
inline

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