casa
5.7.0-16
|
#include <dtor.h>
Public Member Functions | |
dtorNotifier () | |
~dtorNotifier () | |
signals any dtorNotifiee's that are registered More... | |
void | addNotifiee (dtorNotifiee *) |
void | removeNotifiee (dtorNotifiee *) |
Private Attributes | |
std::list< dtorNotifiee * > | registrants |
casa::viewer::dtorNotifier::~dtorNotifier | ( | ) |
signals any dtorNotifiee's that are registered
void casa::viewer::dtorNotifier::addNotifiee | ( | dtorNotifiee * | ) |
void casa::viewer::dtorNotifier::removeNotifiee | ( | dtorNotifiee * | ) |
|
private |