#include "GridObjectLoader.h"
◆ Visit() [1/3]
◆ Visit() [2/3]
template<class T >
| void GridObjectUnloader::Visit |
( |
GridRefMgr< T > & |
m | ) |
|
- object will get delinked from the manager when deleted
136{
138 {
140
141
142
143
144
145
146
147 obj->CleanupsBeforeDelete();
148
149 obj->GetMap()->RemoveObjectFromMapUpdateList(obj);
150
152 delete obj;
153 }
154}
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().
◆ Visit() [3/3]
The documentation for this class was generated from the following files: