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

#include <GridNotifiers.h>

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

Public Member Functions

template<typename Container >
 PlayerSearcherBase (PhaseShift const *phaseShift, Container &result, Check &check)
 
void Visit (PlayerMapType &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::PlayerSearcherBase< Check, Result >

Definition at line 536 of file GridNotifiers.h.

Constructor & Destructor Documentation

◆ PlayerSearcherBase()

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

Definition at line 542 of file GridNotifiers.h.

Member Function Documentation

◆ Visit() [1/2]

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

Definition at line 547 of file GridNotifiers.h.

◆ Visit() [2/2]

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

Definition at line 278 of file GridNotifiersImpl.h.

+ Here is the call graph for this function:

Member Data Documentation

◆ i_check

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

Definition at line 539 of file GridNotifiers.h.

◆ i_phaseShift

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

Definition at line 538 of file GridNotifiers.h.


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