DD4hep
1.30.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 97 of file Callback.h.
typedef T dd4hep::Callback::Wrapper< T >::pmf_t |
Definition at line 99 of file Callback.h.
|
inlinestatic |
Definition at line 111 of file Callback.h.