Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/sigslot.h>
Public Types | |
typedef _signal_base4 < arg1_type, arg2_type, arg3_type, arg4_type, mt_policy > ::connections_list::const_iterator | const_iterator |
Public Types inherited from sigslot::_signal_base4< arg1_type, arg2_type, arg3_type, arg4_type, mt_policy > | |
typedef std::list < _connection_base4< arg1_type, arg2_type, arg3_type, arg4_type, mt_policy > * > | connections_list |
typedef connections_list::const_iterator | const_iterator |
typedef connections_list::iterator | iterator |
Public Member Functions | |
signal4 () | |
signal4 (const signal4< arg1_type, arg2_type, arg3_type, arg4_type, mt_policy > &s) | |
template<class desttype > | |
void | connect (desttype *pclass, void(desttype::*pmemfun)(arg1_type, arg2_type, arg3_type, arg4_type)) |
void | emit (arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4) |
void | operator() (arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4) |
Public Member Functions inherited from sigslot::_signal_base4< arg1_type, arg2_type, arg3_type, arg4_type, mt_policy > | |
_signal_base4 () | |
_signal_base4 (const _signal_base4< arg1_type, arg2_type, arg3_type, arg4_type, mt_policy > &s) | |
void | slot_duplicate (const has_slots< mt_policy > *oldtarget, has_slots< mt_policy > *newtarget) |
~_signal_base4 () | |
void | disconnect_all () |
void | disconnect (has_slots< mt_policy > *pclass) |
void | slot_disconnect (has_slots< mt_policy > *pslot) |
Additional Inherited Members | |
Protected Attributes inherited from sigslot::_signal_base4< arg1_type, arg2_type, arg3_type, arg4_type, mt_policy > | |
connections_list | m_connected_slots |
Definition at line 2184 of file sigslot.h.
View newest version in sPHENIX GitHub at line 2184 of file sigslot.h
typedef _signal_base4<arg1_type, arg2_type, arg3_type, arg4_type, mt_policy>::connections_list::const_iterator sigslot::signal4< arg1_type, arg2_type, arg3_type, arg4_type, mt_policy >::const_iterator |
|
inline |
|
inline |
|
inline |
Definition at line 2201 of file sigslot.h.
View newest version in sPHENIX GitHub at line 2201 of file sigslot.h
References sigslot::_signal_base4< arg1_type, arg2_type, arg3_type, arg4_type, mt_policy >::m_connected_slots.
|
inline |
|
inline |