![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "GridCell.h"
Public Member Functions | |
~GridCell ()=default | |
template<class SPECIFIC_OBJECT > | |
void | AddWorldObject (SPECIFIC_OBJECT *obj) |
template<class SPECIFIC_OBJECT > | |
void | AddGridObject (SPECIFIC_OBJECT *obj) |
template<class T > | |
void | Visit (TypeContainerVisitor< T, TypeMapContainer< GRID_OBJECT_TYPES > > &visitor) |
template<class T > | |
void | Visit (TypeContainerVisitor< T, TypeMapContainer< WORLD_OBJECT_TYPES > > &visitor) |
Private Attributes | |
TypeMapContainer< GRID_OBJECT_TYPES > | _gridObjects |
TypeMapContainer< WORLD_OBJECT_TYPES > | _worldObjects |
|
default |
|
inline |
References GridCell< WORLD_OBJECT_TYPES, GRID_OBJECT_TYPES >::_gridObjects, and ASSERT.
Referenced by MapGrid< WORLD_OBJECT_TYPES, GRID_OBJECT_TYPES >::AddGridObject().
|
inline |
References GridCell< WORLD_OBJECT_TYPES, GRID_OBJECT_TYPES >::_worldObjects, and ASSERT.
Referenced by MapGrid< WORLD_OBJECT_TYPES, GRID_OBJECT_TYPES >::AddWorldObject().
|
inline |
References GridCell< WORLD_OBJECT_TYPES, GRID_OBJECT_TYPES >::_gridObjects.
Referenced by MapGrid< WORLD_OBJECT_TYPES, GRID_OBJECT_TYPES >::VisitCell().
|
inline |
|
private |
|
private |