TrinityCore
Loading...
Searching...
No Matches
Trinity::WorldObjectWorkerBase< Work, MapTypeMaskCheck > Struct Template Reference

#include <GridNotifiers.h>

+ Inheritance diagram for Trinity::WorldObjectWorkerBase< Work, MapTypeMaskCheck >:

Public Member Functions

template<class T >
void Visit (GridRefManager< T > const &m)
 

Public Attributes

MapTypeMaskCheck i_mapTypeMask
 
PhaseShift const * i_phaseShift
 
Work & i_work
 

Protected Member Functions

 WorldObjectWorkerBase (PhaseShift const &phaseShift, Work &work, uint32 mapTypeMask=GRID_MAP_TYPE_MASK_ALL)
 

Private Member Functions

template<class T >
void VisitImpl (GridRefManager< T > const &m)
 

Detailed Description

template<class Work, class MapTypeMaskCheck = DynamicGridMapTypeMaskCheck>
struct Trinity::WorldObjectWorkerBase< Work, MapTypeMaskCheck >

Definition at line 385 of file GridNotifiers.h.

Constructor & Destructor Documentation

◆ WorldObjectWorkerBase()

template<class Work , class MapTypeMaskCheck = DynamicGridMapTypeMaskCheck>
Trinity::WorldObjectWorkerBase< Work, MapTypeMaskCheck >::WorldObjectWorkerBase ( PhaseShift const &  phaseShift,
Work &  work,
uint32  mapTypeMask = GRID_MAP_TYPE_MASK_ALL 
)
inlineprotected

Definition at line 407 of file GridNotifiers.h.

Member Function Documentation

◆ Visit()

template<class Work , class MapTypeMaskCheck = DynamicGridMapTypeMaskCheck>
template<class T >
void Trinity::WorldObjectWorkerBase< Work, MapTypeMaskCheck >::Visit ( GridRefManager< T > const &  m)
inline

Definition at line 392 of file GridNotifiers.h.

+ Here is the call graph for this function:

◆ VisitImpl()

template<class Work , class MapTypeMaskCheck = DynamicGridMapTypeMaskCheck>
template<class T >
void Trinity::WorldObjectWorkerBase< Work, MapTypeMaskCheck >::VisitImpl ( GridRefManager< T > const &  m)
inlineprivate

Definition at line 412 of file GridNotifiers.h.

+ Here is the caller graph for this function:

Member Data Documentation

◆ i_mapTypeMask

template<class Work , class MapTypeMaskCheck = DynamicGridMapTypeMaskCheck>
MapTypeMaskCheck Trinity::WorldObjectWorkerBase< Work, MapTypeMaskCheck >::i_mapTypeMask

Definition at line 387 of file GridNotifiers.h.

◆ i_phaseShift

template<class Work , class MapTypeMaskCheck = DynamicGridMapTypeMaskCheck>
PhaseShift const* Trinity::WorldObjectWorkerBase< Work, MapTypeMaskCheck >::i_phaseShift

Definition at line 388 of file GridNotifiers.h.

◆ i_work

template<class Work , class MapTypeMaskCheck = DynamicGridMapTypeMaskCheck>
Work& Trinity::WorldObjectWorkerBase< Work, MapTypeMaskCheck >::i_work

Definition at line 389 of file GridNotifiers.h.


The documentation for this struct was generated from the following file: