#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
127{
129 {
131
132
133
134
135
136
137
138 obj->CleanupsBeforeDelete();
139
140 obj->GetMap()->RemoveObjectFromMapUpdateList(obj);
141
143 delete obj;
144 }
145}
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: