Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
sigslot::has_slots< mt_policy > Class Template Reference

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

+ Inheritance diagram for sigslot::has_slots< mt_policy >:
+ Collaboration diagram for sigslot::has_slots< mt_policy >:

Public Member Functions

 has_slots ()
 
 has_slots (const has_slots &hs)
 
void signal_connect (_signal_base< mt_policy > *sender)
 
void signal_disconnect (_signal_base< mt_policy > *sender)
 
virtual ~has_slots ()
 
void disconnect_all ()
 

Private Types

typedef std::set< _signal_base
< mt_policy > * > 
sender_set
 
typedef sender_set::const_iterator const_iterator
 

Private Attributes

sender_set m_senders
 

Detailed Description

template<class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
class sigslot::has_slots< mt_policy >

Definition at line 424 of file sigslot.h.

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

Member Typedef Documentation

template<class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
typedef sender_set::const_iterator sigslot::has_slots< mt_policy >::const_iterator
private

Definition at line 428 of file sigslot.h.

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

template<class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
typedef std::set<_signal_base<mt_policy> *> sigslot::has_slots< mt_policy >::sender_set
private

Definition at line 427 of file sigslot.h.

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

Constructor & Destructor Documentation

template<class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
sigslot::has_slots< mt_policy >::has_slots ( )
inline

Definition at line 431 of file sigslot.h.

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

template<class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
sigslot::has_slots< mt_policy >::has_slots ( const has_slots< mt_policy > &  hs)
inline

Definition at line 436 of file sigslot.h.

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

template<class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
virtual sigslot::has_slots< mt_policy >::~has_slots ( )
inlinevirtual

Definition at line 463 of file sigslot.h.

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

Member Function Documentation

template<class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
void sigslot::has_slots< mt_policy >::disconnect_all ( )
inline

Definition at line 468 of file sigslot.h.

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

Referenced by sigslot::has_slots< sigslot::multi_threaded_local >::~has_slots().

+ Here is the caller graph for this function:

template<class mt_policy = SIGSLOT_DEFAULT_MT_POLICY>
void sigslot::has_slots< mt_policy >::signal_connect ( _signal_base< mt_policy > *  sender)
inline

Definition at line 451 of file sigslot.h.

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

Member Data Documentation


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