TrinityCore
Trinity::WorldObjectSearcherBase< Check, Result > Struct Template Reference

#include <GridNotifiers.h>

+ Inheritance diagram for Trinity::WorldObjectSearcherBase< Check, Result >:

Public Member Functions

template<typename Container >
 WorldObjectSearcherBase (PhaseShift const *phaseShift, Container &result, Check &check, uint32 mapTypeMask=GRID_MAP_TYPE_MASK_ALL)
 
template<class T >
void Visit (GridRefManager< T > &)
 

Public Attributes

uint32 i_mapTypeMask
 
PhaseShift const * i_phaseShift
 
Check & i_check
 

Detailed Description

template<class Check, class Result>
struct Trinity::WorldObjectSearcherBase< Check, Result >

Definition at line 311 of file GridNotifiers.h.

Constructor & Destructor Documentation

◆ WorldObjectSearcherBase()

template<class Check , class Result >
template<typename Container >
Trinity::WorldObjectSearcherBase< Check, Result >::WorldObjectSearcherBase ( PhaseShift const *  phaseShift,
Container &  result,
Check &  check,
uint32  mapTypeMask = GRID_MAP_TYPE_MASK_ALL 
)
inline

Definition at line 318 of file GridNotifiers.h.

Member Function Documentation

◆ Visit()

template<class Check , class Result >
template<class T >
void Trinity::WorldObjectSearcherBase< Check, Result >::Visit ( GridRefManager< T > &  m)

Definition at line 185 of file GridNotifiersImpl.h.

+ Here is the call graph for this function:

Member Data Documentation

◆ i_check

template<class Check , class Result >
Check& Trinity::WorldObjectSearcherBase< Check, Result >::i_check

Definition at line 315 of file GridNotifiers.h.

◆ i_mapTypeMask

template<class Check , class Result >
uint32 Trinity::WorldObjectSearcherBase< Check, Result >::i_mapTypeMask

Definition at line 313 of file GridNotifiers.h.

◆ i_phaseShift

template<class Check , class Result >
PhaseShift const* Trinity::WorldObjectSearcherBase< Check, Result >::i_phaseShift

Definition at line 314 of file GridNotifiers.h.


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