casa
$Rev:20696$
|
#include <dtor.h>
Public Member Functions | |
dtorNotifier () | |
~dtorNotifier () | |
signals any dtorNotifiee's that are registered | |
void | addNotifiee (dtorNotifiee *) |
void | removeNotifiee (dtorNotifiee *) |
Private Attributes | |
std::list< dtorNotifiee * > | registrants |
casa::viewer::dtorNotifier::dtorNotifier | ( | ) | [inline] |
signals any dtorNotifiee's that are registered
std::list<dtorNotifiee*> casa::viewer::dtorNotifier::registrants [private] |