![]() |
TrinityCore
|
#include <GridNotifiers.h>
Inheritance diagram for Trinity::UnitSearcherBase< Check, Result >:Public Member Functions | |
| template<typename Container > | |
| UnitSearcherBase (uint32 phaseMask, Container &result, Check &check) | |
| void | Visit (CreatureMapType &m) |
| void | Visit (PlayerMapType &m) |
| template<class NOT_INTERESTED > | |
| void | Visit (GridRefManager< NOT_INTERESTED > &) |
Public Attributes | |
| uint32 | i_phaseMask |
| Check & | i_check |
Private Member Functions | |
| template<class T > | |
| void | VisitImpl (GridRefManager< T > &m) |
Definition at line 399 of file GridNotifiers.h.
|
inline |
Definition at line 405 of file GridNotifiers.h.
|
inline |
|
inline |
Definition at line 411 of file GridNotifiers.h.
|
inline |
|
private |
Definition at line 93 of file GridNotifiersImpl.h.
Here is the call graph for this function:
Here is the caller graph for this function:| Check& Trinity::UnitSearcherBase< Check, Result >::i_check |
Definition at line 402 of file GridNotifiers.h.
| uint32 Trinity::UnitSearcherBase< Check, Result >::i_phaseMask |
Definition at line 401 of file GridNotifiers.h.