TrinityCore
Trinity::VisibleChangesNotifier Struct Reference

#include <GridNotifiers.h>

Public Member Functions

 VisibleChangesNotifier (IteratorPair< WorldObject ** > objects)
 
template<class T >
void Visit (GridRefManager< T > &)
 
void Visit (PlayerMapType &)
 
void Visit (CreatureMapType &)
 
void Visit (DynamicObjectMapType &)
 

Public Attributes

IteratorPair< WorldObject ** > i_objects
 

Detailed Description

Definition at line 60 of file GridNotifiers.h.

Constructor & Destructor Documentation

◆ VisibleChangesNotifier()

Trinity::VisibleChangesNotifier::VisibleChangesNotifier ( IteratorPair< WorldObject ** >  objects)
inlineexplicit

Definition at line 64 of file GridNotifiers.h.

Member Function Documentation

◆ Visit() [1/4]

void VisibleChangesNotifier::Visit ( CreatureMapType m)

Definition at line 102 of file GridNotifiers.cpp.

+ Here is the call graph for this function:

◆ Visit() [2/4]

void VisibleChangesNotifier::Visit ( DynamicObjectMapType m)

Definition at line 111 of file GridNotifiers.cpp.

+ Here is the call graph for this function:

◆ Visit() [3/4]

template<class T >
void Trinity::VisibleChangesNotifier::Visit ( GridRefManager< T > &  )
inline

Definition at line 65 of file GridNotifiers.h.

◆ Visit() [4/4]

void VisibleChangesNotifier::Visit ( PlayerMapType m)

Definition at line 89 of file GridNotifiers.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ i_objects

IteratorPair<WorldObject**> Trinity::VisibleChangesNotifier::i_objects

Definition at line 62 of file GridNotifiers.h.


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