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

#include <GridNotifiers.h>

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

Public Member Functions

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

Public Attributes

PhaseShift const * i_phaseShift
 
Check & i_check
 

Private Member Functions

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

Detailed Description

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

Definition at line 431 of file GridNotifiers.h.

Constructor & Destructor Documentation

◆ UnitSearcherBase()

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

Definition at line 437 of file GridNotifiers.h.

Member Function Documentation

◆ Visit() [1/3]

template<class Check , class Result >
void Trinity::UnitSearcherBase< Check, Result >::Visit ( CreatureMapType m)
inline

Definition at line 440 of file GridNotifiers.h.

+ Here is the call graph for this function:

◆ Visit() [2/3]

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

Definition at line 443 of file GridNotifiers.h.

◆ Visit() [3/3]

template<class Check , class Result >
void Trinity::UnitSearcherBase< Check, Result >::Visit ( PlayerMapType m)
inline

Definition at line 441 of file GridNotifiers.h.

+ Here is the call graph for this function:

◆ VisitImpl()

template<class Check , class Result >
template<class T >
void Trinity::UnitSearcherBase< Check, Result >::VisitImpl ( GridRefManager< T > &  m)
private

Definition at line 232 of file GridNotifiersImpl.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ i_check

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

Definition at line 434 of file GridNotifiers.h.

◆ i_phaseShift

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

Definition at line 433 of file GridNotifiers.h.


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