DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Union to store pointers to member functions in callback objects. More...
#include <Callback.h>
Public Member Functions | |
Functor (const void *f) | |
Functor (pmf_t f) | |
Public Attributes | |
mfunc_t | ptr |
pmf_t | pmf |
Union to store pointers to member functions in callback objects.
Definition at line 101 of file Callback.h.
|
inline |
Definition at line 104 of file Callback.h.
|
inline |
Definition at line 107 of file Callback.h.
pmf_t dd4hep::Callback::Wrapper< T >::Functor::pmf |
Definition at line 103 of file Callback.h.
mfunc_t dd4hep::Callback::Wrapper< T >::Functor::ptr |
Definition at line 102 of file Callback.h.