允许删除吗?
delete this;thisnew
void SomeModule::doStuff(){
// in the controller, "this" object of SomeModule is the "current module"
// now, if I want to switch over to a new Module, eg:
controller->setWorkingModule(new OtherModule());
// since the new "OtherModule" object will take the lead,
// I want to get rid of this "SomeModule" object:
delete this;}
猛跑小猪
温温酱
随时随地看视频慕课网APP
相关分类