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

#include <GridNotifiers.h>

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

Public Member Functions

template<typename Container >
 GameObjectSearcherBase (PhaseShift const *phaseShift, Container &result, Check &check)
 
void Visit (GameObjectMapType &m)
 
template<class NOT_INTERESTED >
void Visit (GridRefManager< NOT_INTERESTED > &)
 

Public Attributes

PhaseShift const * i_phaseShift
 
Check & i_check
 

Detailed Description

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

Definition at line 371 of file GridNotifiers.h.

Constructor & Destructor Documentation

◆ GameObjectSearcherBase()

template<class Check , class Result >
template<typename Container >
Trinity::GameObjectSearcherBase< Check, Result >::GameObjectSearcherBase ( PhaseShift const *  phaseShift,
Container &  result,
Check &  check 
)
inline

Definition at line 377 of file GridNotifiers.h.

Member Function Documentation

◆ Visit() [1/2]

template<class Check , class Result >
void Trinity::GameObjectSearcherBase< Check, Result >::Visit ( GameObjectMapType m)

Definition at line 208 of file GridNotifiersImpl.h.

+ Here is the call graph for this function:

◆ Visit() [2/2]

template<class Check , class Result >
template<class NOT_INTERESTED >
void Trinity::GameObjectSearcherBase< Check, Result >::Visit ( GridRefManager< NOT_INTERESTED > &  )
inline

Definition at line 382 of file GridNotifiers.h.

Member Data Documentation

◆ i_check

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

Definition at line 374 of file GridNotifiers.h.

◆ i_phaseShift

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

Definition at line 373 of file GridNotifiers.h.


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