GlobalObjects
Loading...
Searching...
No Matches
glo::WatchNotifyManager::NotifyInfo Class Reference

Base class for different Notify-Infos, which are used in a order to the WatchNotifyManager. More...

#include <GloWatchNotifyManager.h>

Inheritance diagram for glo::WatchNotifyManager::NotifyInfo:

Public Member Functions

 NotifyInfo ()
 
 NotifyInfo (const NotifyInfo &rT)
 
 NotifyInfo (TdWatchNotifyMode ulNotifyMode)
 
virtual ~NotifyInfo ()
 
WatchNotifyManager::NotifyInfooperator= (const NotifyInfo &rT)
 

Public Attributes

TdWatchNotifyMode m_ulNotifyMode
 

Detailed Description

Base class for different Notify-Infos, which are used in a order to the WatchNotifyManager.

Author
Helmut Jakoby

Constructor & Destructor Documentation

◆ NotifyInfo() [1/3]

glo::WatchNotifyManager::NotifyInfo::NotifyInfo ( )

Standard constructor.

◆ NotifyInfo() [2/3]

glo::WatchNotifyManager::NotifyInfo::NotifyInfo ( TdWatchNotifyMode ulNotifyMode)

Constructor with parameter passing.

Parameters
[in]ulNotifyModeThe monitoring mode.

◆ NotifyInfo() [3/3]

glo::WatchNotifyManager::NotifyInfo::NotifyInfo ( const NotifyInfo & rT)

Copy constructor.

Parameters
[in]rTThe data is copied from this object.

◆ ~NotifyInfo()

virtual glo::WatchNotifyManager::NotifyInfo::~NotifyInfo ( )
virtual

Destructor.

Member Function Documentation

◆ operator=()

WatchNotifyManager::NotifyInfo & glo::WatchNotifyManager::NotifyInfo::operator= ( const NotifyInfo & rT)

Assignment operator.

Parameters
[in]rTThe data is transferred from this object.

Member Data Documentation

◆ m_ulNotifyMode

TdWatchNotifyMode glo::WatchNotifyManager::NotifyInfo::m_ulNotifyMode

The watch mode.


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