Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
sigslot::signal5< arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, mt_policy > Class Template Reference

#include <JETSCAPE/blob/main/external_packages/sigslot.h>

+ Inheritance diagram for sigslot::signal5< arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, mt_policy >:
+ Collaboration diagram for sigslot::signal5< arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, mt_policy >:

Public Types

typedef _signal_base5
< arg1_type, arg2_type,
arg3_type, arg4_type,
arg5_type, mt_policy >
::connections_list::const_iterator 
const_iterator
 
- Public Types inherited from sigslot::_signal_base5< arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, mt_policy >
typedef std::list
< _connection_base5< arg1_type,
arg2_type, arg3_type,
arg4_type, arg5_type,
mt_policy > * > 
connections_list
 
typedef
connections_list::const_iterator 
const_iterator
 
typedef connections_list::iterator iterator
 

Public Member Functions

 signal5 ()
 
 signal5 (const signal5< arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, mt_policy > &s)
 
template<class desttype >
void connect (desttype *pclass, void(desttype::*pmemfun)(arg1_type, arg2_type, arg3_type, arg4_type, arg5_type))
 
void emit (arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, arg5_type a5)
 
void operator() (arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, arg5_type a5)
 
- Public Member Functions inherited from sigslot::_signal_base5< arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, mt_policy >
 _signal_base5 ()
 
 _signal_base5 (const _signal_base5< arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, mt_policy > &s)
 
void slot_duplicate (const has_slots< mt_policy > *oldtarget, has_slots< mt_policy > *newtarget)
 
 ~_signal_base5 ()
 
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_base5< arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, mt_policy >
connections_list m_connected_slots
 

Detailed Description

template<class arg1_type, class arg2_type, class arg3_type, class arg4_type, class arg5_type, class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
class sigslot::signal5< arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, mt_policy >

Definition at line 2249 of file sigslot.h.

View newest version in sPHENIX GitHub at line 2249 of file sigslot.h

Member Typedef Documentation

template<class arg1_type, class arg2_type, class arg3_type, class arg4_type, class arg5_type, class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
typedef _signal_base5<arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, mt_policy>::connections_list::const_iterator sigslot::signal5< arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, mt_policy >::const_iterator

Definition at line 2253 of file sigslot.h.

View newest version in sPHENIX GitHub at line 2253 of file sigslot.h

Constructor & Destructor Documentation

template<class arg1_type, class arg2_type, class arg3_type, class arg4_type, class arg5_type, class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
sigslot::signal5< arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, mt_policy >::signal5 ( )
inline

Definition at line 2254 of file sigslot.h.

View newest version in sPHENIX GitHub at line 2254 of file sigslot.h

template<class arg1_type, class arg2_type, class arg3_type, class arg4_type, class arg5_type, class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
sigslot::signal5< arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, mt_policy >::signal5 ( const signal5< arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, mt_policy > &  s)
inline

Definition at line 2259 of file sigslot.h.

View newest version in sPHENIX GitHub at line 2259 of file sigslot.h

Member Function Documentation

template<class arg1_type, class arg2_type, class arg3_type, class arg4_type, class arg5_type, class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
template<class desttype >
void sigslot::signal5< arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, mt_policy >::connect ( desttype *  pclass,
void(desttype::*)(arg1_type, arg2_type, arg3_type, arg4_type, arg5_type)  pmemfun 
)
inline

Definition at line 2268 of file sigslot.h.

View newest version in sPHENIX GitHub at line 2268 of file sigslot.h

template<class arg1_type, class arg2_type, class arg3_type, class arg4_type, class arg5_type, class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
void sigslot::signal5< arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, mt_policy >::emit ( arg1_type  a1,
arg2_type  a2,
arg3_type  a3,
arg4_type  a4,
arg5_type  a5 
)
inline

Definition at line 2279 of file sigslot.h.

View newest version in sPHENIX GitHub at line 2279 of file sigslot.h

template<class arg1_type, class arg2_type, class arg3_type, class arg4_type, class arg5_type, class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
void sigslot::signal5< arg1_type, arg2_type, arg3_type, arg4_type, arg5_type, mt_policy >::operator() ( arg1_type  a1,
arg2_type  a2,
arg3_type  a3,
arg4_type  a4,
arg5_type  a5 
)
inline

Definition at line 2297 of file sigslot.h.

View newest version in sPHENIX GitHub at line 2297 of file sigslot.h


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