membind.hh File Reference

membind public header More...

#include <boost/bind.hpp>
#include <boost/function.hpp>
#include <senf/config.hh>
#include <senf/Utils/impl/membind.hh>
Include dependency graph for membind.hh:

Go to the source code of this file.

Namespaces

 senf
 

Macros

#define SENF_FNP(ret, fn, args)
 Get function pointer. More...
 
#define SENF_MEMFNP(ret, cls, fn, args)
 Get function pointer. More...
 
#define SENF_MEMBINDFNP(ret, cls, fn, args)
 Get function pointer. More...
 
#define scOBTYPE   *
 
#define scOBTYPE   &
 

Functions

template<typename R , typename T , typename Args >
boost::function< R(Args)> senf::membind (R(T::*fn)(Args), T *ob)
 Build bound member function object. More...
 

Detailed Description

membind public header

Definition in file membind.hh.

Macro Definition Documentation

◆ scOBTYPE [1/2]

#define scOBTYPE   *

Definition at line 146 of file membind.hh.

◆ scOBTYPE [2/2]

#define scOBTYPE   &

Definition at line 146 of file membind.hh.