#include <boost/bind.hpp>
#include <boost/function.hpp>
#include <senf/config.hh>
#include <senf/Utils/impl/membind.hh>
Go to the source code of this file.
Definition in file membind.hh.
Namespaces |
|
namespace | senf |
Defines |
|
#define | HH_SENF_Utils_membind_ 1 |
#define | SENF_FNP(ret, fn, args) |
Get function pointer. |
|
#define | SENF_MEMFNP(ret, cls, fn, args) |
Get function pointer. |
|
#define | SENF_MEMBINDFNP(ret, cls, fn, args) |
Get function pointer. |
|
#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. |
#define | ||||
HH_SENF_Utils_membind_ 1 | ||||
Definition at line 51 of file membind.hh.
#define | ||||
scOBTYPE & | ||||
Definition at line 155 of file membind.hh.
#define | ||||
scOBTYPE * | ||||
Definition at line 155 of file membind.hh.