MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Public Member Functions | Public Attributes
mds::mod::CSignal< R, P1, P2, P3, P4 >::SHandlerInfo Struct Reference

Helper structure containing info about signal handler. More...

#include <mdsSignal.h>

List of all members.

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.

Detailed Description

template<typename R, typename P1 = tNull, typename P2 = tNull, typename P3 = tNull, typename P4 = tNull>
struct mds::mod::CSignal< R, P1, P2, P3, P4 >::SHandlerInfo

Helper structure containing info about signal handler.


Constructor & Destructor Documentation

template<typename R , typename P1 = tNull, typename P2 = tNull, typename P3 = tNull, typename P4 = tNull>
mds::mod::CSignal< R, P1, P2, P3, P4 >::SHandlerInfo::SHandlerInfo ( )

Default constructor.

template<typename R , typename P1 = tNull, typename P2 = tNull, typename P3 = tNull, typename P4 = tNull>
mds::mod::CSignal< R, P1, P2, P3, P4 >::SHandlerInfo::SHandlerInfo ( const tHandler Handler)

Constructor.

template<typename R , typename P1 = tNull, typename P2 = tNull, typename P3 = tNull, typename P4 = tNull>
mds::mod::CSignal< R, P1, P2, P3, P4 >::SHandlerInfo::SHandlerInfo ( const SHandlerInfo Info)

Copy constructor.


Member Data Documentation

template<typename R , typename P1 = tNull, typename P2 = tNull, typename P3 = tNull, typename P4 = tNull>
bool mds::mod::CSignal< R, P1, P2, P3, P4 >::SHandlerInfo::m_bBlocked

Is the signal is blocked?

template<typename R , typename P1 = tNull, typename P2 = tNull, typename P3 = tNull, typename P4 = tNull>
tHandler mds::mod::CSignal< R, P1, P2, P3, P4 >::SHandlerInfo::m_Handler

Registered handler.


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