MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Helper structure containing info about signal handler. More...
#include <mdsSignal.h>
Public Member Functions | |
SHandlerInfo () | |
Default constructor. | |
SHandlerInfo (const tHandler &Handler) | |
Constructor. | |
SHandlerInfo (const SHandlerInfo &Info) | |
Copy constructor. | |
Public Attributes | |
bool | m_bBlocked |
Is the signal is blocked? | |
tHandler | m_Handler |
Registered handler. |
Helper structure containing info about signal handler.
mds::mod::CSignal< R, P1, P2, P3, P4 >::SHandlerInfo::SHandlerInfo | ( | ) |
Default constructor.
mds::mod::CSignal< R, P1, P2, P3, P4 >::SHandlerInfo::SHandlerInfo | ( | const tHandler & | Handler | ) |
Constructor.
mds::mod::CSignal< R, P1, P2, P3, P4 >::SHandlerInfo::SHandlerInfo | ( | const SHandlerInfo & | Info | ) |
Copy constructor.
bool mds::mod::CSignal< R, P1, P2, P3, P4 >::SHandlerInfo::m_bBlocked |
Is the signal is blocked?
tHandler mds::mod::CSignal< R, P1, P2, P3, P4 >::SHandlerInfo::m_Handler |
Registered handler.