#include "GridObjectLoader.h"
◆ Visit() [1/2]
◆ Visit() [2/2]
template<class T >
void GridObjectUnloader::Visit |
( |
GridRefMgr< T > & |
m | ) |
|
- object will get delinked from the manager when deleted
107{
109 {
111
112
113
114
115
116
117
118 obj->CleanupsBeforeDelete();
120 delete obj;
121 }
122}
GridReference< OBJECT > * getFirst()
Definition GridRefMgr.h:32
bool IsEmpty() const
Definition LinkedList.h:97
FROM * GetSource() const
Definition Reference.h:97
References GridRefMgr< OBJECT >::getFirst(), and LinkedListHead::IsEmpty().
The documentation for this class was generated from the following files: