membind public header More...
#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.
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... | |
membind public header
Definition in file membind.hh.
| #define scOBTYPE * |
Definition at line 146 of file membind.hh.
| #define scOBTYPE & |
Definition at line 146 of file membind.hh.