DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Public Member Functions | Public Attributes | List of all members
dd4hep::Callback::Wrapper< T >::Functor Union Reference

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
 

Detailed Description

template<typename T>
union dd4hep::Callback::Wrapper< T >::Functor

Union to store pointers to member functions in callback objects.

Definition at line 101 of file Callback.h.

Constructor & Destructor Documentation

◆ Functor() [1/2]

template<typename T >
dd4hep::Callback::Wrapper< T >::Functor::Functor ( const void *  f)
inline

Definition at line 104 of file Callback.h.

◆ Functor() [2/2]

template<typename T >
dd4hep::Callback::Wrapper< T >::Functor::Functor ( pmf_t  f)
inline

Definition at line 107 of file Callback.h.

Member Data Documentation

◆ pmf

template<typename T >
pmf_t dd4hep::Callback::Wrapper< T >::Functor::pmf

Definition at line 103 of file Callback.h.

◆ ptr

template<typename T >
mfunc_t dd4hep::Callback::Wrapper< T >::Functor::ptr

Definition at line 102 of file Callback.h.


The documentation for this union was generated from the following file: