MeVisLabToolboxReference
ml::CSOList::CSONotificationCBData Struct Reference

This struct combines a function pointer, a user data pointer and a flag for the notification observer mechanism. More...

#include <CSOList.h>

List of all members.

Public Member Functions

 CSONotificationCBData ()

Public Attributes

csoNotificationCBnotificationCB
 The callback function that is triggered by the notification.
void * notificationCBData
 The callback data that is a pointer to the observer object.
int notificationFlag
 The notification flag encodes which notifications are sent.

Detailed Description

This struct combines a function pointer, a user data pointer and a flag for the notification observer mechanism.

Definition at line 78 of file CSOList.h.


Constructor & Destructor Documentation

ml::CSOList::CSONotificationCBData::CSONotificationCBData ( ) [inline]

Definition at line 79 of file CSOList.h.


Member Data Documentation

The callback function that is triggered by the notification.

Definition at line 85 of file CSOList.h.

The callback data that is a pointer to the observer object.

Definition at line 86 of file CSOList.h.

The notification flag encodes which notifications are sent.

Definition at line 87 of file CSOList.h.


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