![]() |
DD4hep
1.31.0
Detector Description Toolkit for High Energy Physics
|
Wrapper around a C++ member function pointer. More...
#include <Callback.h>
Classes | |
union | Functor |
Union to store pointers to member functions in callback objects. More... | |
Public Types | |
typedef T | pmf_t |
Static Public Member Functions | |
static mfunc_t | pmf (pmf_t f) |
Wrapper around a C++ member function pointer.
Generic wrapper around a object member function.
Definition at line 96 of file Callback.h.
typedef T dd4hep::Callback::Wrapper< T >::pmf_t |
Definition at line 98 of file Callback.h.
|
inlinestatic |
Definition at line 110 of file Callback.h.