Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
bind_member_function.hpp File Reference
#include <boost/phoenix/core/expression.hpp>
#include <boost/phoenix/core/reference.hpp>
#include <boost/phoenix/core/detail/function_eval.hpp>
#include <boost/phoenix/bind/detail/member_function_ptr.hpp>
#include <boost/phoenix/bind/preprocessed/bind_member_function.hpp>
Include dependency graph for bind_member_function.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::phoenix
 

Functions

template<typename RT , typename ClassT , typename ClassA >
detail::expression::function_eval
< detail::member_function_ptr
< 0, RT, RT(ClassT::*)()>
, ClassA >::type const 
boost::phoenix::bind (RT(ClassT::*f)(), ClassA const &obj)
 
template<typename RT , typename ClassT , typename ClassA >
detail::expression::function_eval
< detail::member_function_ptr
< 0, RT, RT(ClassT::*)() const >
, ClassA >::type const 
boost::phoenix::bind (RT(ClassT::*f)() const, ClassA const &obj)
 
template<typename RT , typename ClassT >
detail::expression::function_eval
< detail::member_function_ptr
< 0, RT, RT(ClassT::*)()>
, ClassT >::type const 
boost::phoenix::bind (RT(ClassT::*f)(), ClassT &obj)
 
template<typename RT , typename ClassT >
detail::expression::function_eval
< detail::member_function_ptr
< 0, RT, RT(ClassT::*)() const >
, ClassT >::type const 
boost::phoenix::bind (RT(ClassT::*f)() const, ClassT &obj)