#include <action_dispatch.hpp>
 | 
| template<typename F , typename Attribute , typename Context >  | 
| bool  | operator() (F const &f, Attribute &attr, Context &context) | 
|   | 
| template<typename Eval , typename Attribute , typename Context >  | 
| bool  | operator() (phoenix::actor< Eval > const &f, Attribute &attr, Context &context) | 
|   | 
| template<typename RT , typename A0 , typename A1 , typename A2 , typename Attribute , typename Context >  | 
| bool  | operator() (RT(*f)(A0, A1, A2), Attribute &attr, Context &context) | 
|   | 
| template<typename RT , typename A0 , typename A1 , typename Attribute , typename Context >  | 
| bool  | operator() (RT(*f)(A0, A1), Attribute &attr, Context &context) | 
|   | 
| template<typename RT , typename A0 , typename Attribute , typename Context >  | 
| bool  | operator() (RT(*f)(A0), Attribute &attr, Context &) | 
|   | 
| template<typename RT , typename Attribute , typename Context >  | 
| bool  | operator() (RT(*f)(), Attribute &, Context &) | 
|   | 
template<typename Component > 
template<typename F , typename Attribute , typename Context > 
 
 
template<typename Component > 
template<typename Eval , typename Attribute , typename Context > 
 
 
template<typename Component > 
template<typename RT , typename A0 , typename A1 , typename A2 , typename Attribute , typename Context > 
 
 
template<typename Component > 
template<typename RT , typename A0 , typename A1 , typename Attribute , typename Context > 
 
 
template<typename Component > 
template<typename RT , typename A0 , typename Attribute , typename Context > 
 
 
template<typename Component > 
template<typename RT , typename Attribute , typename Context > 
 
 
The documentation for this struct was generated from the following file: