Fired at the end of cModule::deleteModule(). More...
#include <cmodelchange.h>
Public Attributes | |
cModule * | module |
int | moduleId |
cModuleType * | moduleType |
const char * | moduleName |
cModule * | parentModule |
int | vectorSize |
int | index |
Fired at the end of cModule::deleteModule().
The module object no longer exists at this point, and its submodules have also been deleted. Fields include properties of the deleted module. It also includes the module pointer (in case it serves as a key in some user data structure), but it must NOT be dereferenced because it points to a deleted object.