TrinityCore
GridObject< T > Class Template Reference

#include <GridObject.h>

Public Member Functions

virtual ~GridObject ()
 
bool IsInGrid () const
 
void AddToGrid (GridRefManager< T > &m)
 
void RemoveFromGrid ()
 

Private Attributes

GridReference< T > _gridRef
 

Detailed Description

template<class T>
class GridObject< T >

Definition at line 25 of file GridObject.h.

Constructor & Destructor Documentation

◆ ~GridObject()

template<class T >
virtual GridObject< T >::~GridObject ( )
inlinevirtual

Definition at line 28 of file GridObject.h.

Member Function Documentation

◆ AddToGrid()

template<class T >
void GridObject< T >::AddToGrid ( GridRefManager< T > &  m)
inline

Definition at line 31 of file GridObject.h.

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

◆ IsInGrid()

template<class T >
bool GridObject< T >::IsInGrid ( ) const
inline

Definition at line 30 of file GridObject.h.

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

◆ RemoveFromGrid()

template<class T >
void GridObject< T >::RemoveFromGrid ( )
inline

Definition at line 32 of file GridObject.h.

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

Member Data Documentation

◆ _gridRef

template<class T >
GridReference<T> GridObject< T >::_gridRef
private

Definition at line 34 of file GridObject.h.


The documentation for this class was generated from the following file: