#include <BALL/CONCEPT/notification.h>
List of all members.
Constructor & Destructor Documentation
| BALL::NotificationManager_::~NotificationManager_ |
( |
| ) |
|
| BALL::NotificationManager_::NotificationManager_ |
( |
| ) |
[private] |
Member Function Documentation
| void BALL::NotificationManager_::destroy |
( |
| ) |
|
| void BALL::NotificationManager_::disable |
( |
| ) |
|
| void BALL::NotificationManager_::dump |
( |
std::ostream & |
s | ) |
|
| void BALL::NotificationManager_::enable |
( |
| ) |
|
| NotificationTarget_* BALL::NotificationManager_::findEnabledTarget |
( |
void * |
source, |
|
|
void * |
target |
|
) |
| |
| Size BALL::NotificationManager_::getSize |
( |
| ) |
|
| Index BALL::NotificationManager_::hash_ |
( |
void * |
ptr | ) |
[private] |
| void BALL::NotificationManager_::insert |
( |
void * |
source, |
|
|
void * |
target |
|
) |
| |
| bool BALL::NotificationManager_::isDisabled |
( |
| ) |
|
| bool BALL::NotificationManager_::isEmpty |
( |
| ) |
|
| bool BALL::NotificationManager_::isEnabled |
( |
| ) |
|
| bool BALL::NotificationManager_::isInserted |
( |
void * |
source | ) |
|
| bool BALL::NotificationManager_::isInserted |
( |
void * |
source, |
|
|
void * |
target |
|
) |
| |
| bool BALL::NotificationManager_::needResize_ |
( |
| ) |
[private] |
| void BALL::NotificationManager_::remove |
( |
void * |
source, |
|
|
void * |
target |
|
) |
| |
| void BALL::NotificationManager_::remove |
( |
void * |
source | ) |
|
| void BALL::NotificationManager_::resize_ |
( |
| ) |
[private] |
Friends And Related Function Documentation
Member Data Documentation