Exemple #1
0
 std::shared_ptr<T> lock() const {
     auto ans = super.lock();
     if (ans) {
         if ( ans->onDestory() ) {
             return std::shared_ptr<T>();
         }
     }
     return ans;
 }
Exemple #2
0
MainEntryPage::~MainEntryPage()
{
	onDestory();
} 
Exemple #3
0
Spikes::~Spikes()
{
	onDestory();
	if (outerMesh)
		delete outerMesh;
}
Exemple #4
0
CQMesh::~CQMesh()
{
	onDestory();
}