GlobalObjects
Lade ...
Suche ...
Keine Treffer
glo::WatchNotifyManager::CommunicatorCallBackClassIndex Klassenreferenz

Ist ein eindeutiger Index für Maps von CommunicatorClassNotifyModes und als Index für die statischen Aktionslisten. Mehr ...

Klassendiagramm für glo::WatchNotifyManager::CommunicatorCallBackClassIndex:

Öffentliche Methoden

 CommunicatorCallBackClassIndex (Communicator *pCommunicator, NUM_PTR ipCallBack)
 
 CommunicatorCallBackClassIndex (Communicator *pCommunicator, NUM_PTR ipCallBack, unsigned long ulClassID)
 
 CommunicatorCallBackClassIndex (const CommunicatorCallBackClassIndex &rT)
 
virtual ~CommunicatorCallBackClassIndex ()
 
unsigned long getClassID ()
 
WatchNotifyManager::CommunicatorCallBackClassIndexoperator= (const CommunicatorCallBackClassIndex &rT)
 
bool operator== (const CommunicatorCallBackClassIndex &rT) const
 Vergleichsoperator.
 
bool operator!= (const CommunicatorCallBackClassIndex &rT) const
 Vergleichsoperator.
 
bool operator> (const CommunicatorCallBackClassIndex &rT) const
 Vergleichsoperator.
 
bool operator>= (const CommunicatorCallBackClassIndex &rT) const
 Vergleichsoperator.
 
bool operator< (const CommunicatorCallBackClassIndex &rT) const
 Vergleichsoperator.
 
bool operator<= (const CommunicatorCallBackClassIndex &rT) const
 Vergleichsoperator.
 
- Öffentliche Methoden geerbt von glo::WatchNotifyManager::CommunicatorCallBackIndex
 CommunicatorCallBackIndex (Communicator *pCommunicator, NUM_PTR ipCallBack)
 
 CommunicatorCallBackIndex (const CommunicatorCallBackIndex &rT)
 
virtual ~CommunicatorCallBackIndex ()
 
NUM_PTR getCallBackIndex ()
 
CommunicatorgetCommunicator ()
 
WatchNotifyManager::CommunicatorCallBackIndexoperator= (const CommunicatorCallBackIndex &rT)
 
bool operator== (const CommunicatorCallBackIndex &rT) const
 Vergleichsoperator.
 
bool operator!= (const CommunicatorCallBackIndex &rT) const
 Vergleichsoperator.
 
bool operator> (const CommunicatorCallBackIndex &rT) const
 Vergleichsoperator.
 
bool operator>= (const CommunicatorCallBackIndex &rT) const
 Vergleichsoperator.
 
bool operator< (const CommunicatorCallBackIndex &rT) const
 Vergleichsoperator.
 
bool operator<= (const CommunicatorCallBackIndex &rT) const
 Vergleichsoperator.
 

Geschützte Methoden

 CommunicatorCallBackClassIndex ()
 
- Geschützte Methoden geerbt von glo::WatchNotifyManager::CommunicatorCallBackIndex
 CommunicatorCallBackIndex ()
 

Private Attribute

unsigned long m_ulClassID
 

Ausführliche Beschreibung

Ist ein eindeutiger Index für Maps von CommunicatorClassNotifyModes und als Index für die statischen Aktionslisten.

Autor
Helmut Jakoby

Beschreibung der Konstruktoren und Destruktoren

◆ CommunicatorCallBackClassIndex() [1/4]

glo::WatchNotifyManager::CommunicatorCallBackClassIndex::CommunicatorCallBackClassIndex ( )
protected

Der Standard-Konstruktor steht nicht zur Verfügung.

◆ CommunicatorCallBackClassIndex() [2/4]

glo::WatchNotifyManager::CommunicatorCallBackClassIndex::CommunicatorCallBackClassIndex ( Communicator * pCommunicator,
NUM_PTR ipCallBack )

Konstruktor mit Parameterübergabe.

Parameter
[in]pCommunicatorDer Client-Kommunikator.
[in]ipCallBackDie Adresse der CallBack-Funktion des Client-Kommunikators.

◆ CommunicatorCallBackClassIndex() [3/4]

glo::WatchNotifyManager::CommunicatorCallBackClassIndex::CommunicatorCallBackClassIndex ( Communicator * pCommunicator,
NUM_PTR ipCallBack,
unsigned long ulClassID )

Konstruktor mit Parameterübergabe.

Parameter
[in]pCommunicatorDer Client-Kommunikator.
[in]ipCallBackDie Adresse der CallBack-Funktion des Client-Kommunikators.
[in]ulClassIDDie Klassen-ID.

◆ CommunicatorCallBackClassIndex() [4/4]

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

Copy-Konstruktor.

Parameter
[in]rTVon diesem Objekt werden die Daten übernommen.

◆ ~CommunicatorCallBackClassIndex()

virtual glo::WatchNotifyManager::CommunicatorCallBackClassIndex::~CommunicatorCallBackClassIndex ( )
virtual

Destruktor.

Dokumentation der Elementfunktionen

◆ getClassID()

unsigned long glo::WatchNotifyManager::CommunicatorCallBackClassIndex::getClassID ( )

Liefert die Klassen-ID.

Rückgabe
Die Klassen-ID.

◆ operator!=()

bool glo::WatchNotifyManager::CommunicatorCallBackClassIndex::operator!= ( const CommunicatorCallBackClassIndex & rT) const

Vergleichsoperator.

Parameter
[in]rTDas mit diesem zu vergleichende Objekt.

◆ operator<()

bool glo::WatchNotifyManager::CommunicatorCallBackClassIndex::operator< ( const CommunicatorCallBackClassIndex & rT) const

Vergleichsoperator.

Parameter
[in]rTDas mit diesem zu vergleichende Objekt.

◆ operator<=()

bool glo::WatchNotifyManager::CommunicatorCallBackClassIndex::operator<= ( const CommunicatorCallBackClassIndex & rT) const

Vergleichsoperator.

Parameter
[in]rTDas mit diesem zu vergleichende Objekt.

◆ operator=()

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

Zuweisungsoperator.

Parameter
[in]rTVon diesem Objekt werden die Daten übernommen.

◆ operator==()

bool glo::WatchNotifyManager::CommunicatorCallBackClassIndex::operator== ( const CommunicatorCallBackClassIndex & rT) const

Vergleichsoperator.

Parameter
[in]rTDas mit diesem zu vergleichende Objekt.

◆ operator>()

bool glo::WatchNotifyManager::CommunicatorCallBackClassIndex::operator> ( const CommunicatorCallBackClassIndex & rT) const

Vergleichsoperator.

Parameter
[in]rTDas mit diesem zu vergleichende Objekt.

◆ operator>=()

bool glo::WatchNotifyManager::CommunicatorCallBackClassIndex::operator>= ( const CommunicatorCallBackClassIndex & rT) const

Vergleichsoperator.

Parameter
[in]rTDas mit diesem zu vergleichende Objekt.

Dokumentation der Datenelemente

◆ m_ulClassID

unsigned long glo::WatchNotifyManager::CommunicatorCallBackClassIndex::m_ulClassID
private

Die Klassen-ID.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: