fw4spl
fwServices::registry::Proxy::SigSlots Struct Reference

Structure to regsiter signal and slot informations Contains a signal container, a slot container and a mutex to protect access. More...

#include <Proxy.hpp>

+ Collaboration diagram for fwServices::registry::Proxy::SigSlots:

Public Types

typedef std::set< ::fwCom::SignalBase::sptr > SignalContainerType
 
typedef std::set< ::fwCom::SlotBase::sptr > SlotContainerType
 

Public Attributes

SignalContainerType m_signals
 
SlotContainerType m_slots
 
SlotContainerType::iterator m_lastConnectedSlot
 
::fwCore::mt::ReadWriteMutex m_mutex
 

Detailed Description

Structure to regsiter signal and slot informations Contains a signal container, a slot container and a mutex to protect access.

Definition at line 44 of file Proxy.hpp.


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