TrinityCore
MapRefManager Class Reference

#include <MapRefManager.h>

+ Inheritance diagram for MapRefManager:

Public Types

typedef LinkedListHead::Iterator< MapReferenceiterator
 
typedef LinkedListHead::Iterator< MapReference const > const_iterator
 
- Public Types inherited from RefManager< Map, Player >
typedef LinkedListHead::Iterator< Reference< Map, Player > > iterator
 
typedef LinkedListHead::Iterator< Reference< Map, Player > const > const_iterator
 
- Public Types inherited from LinkedListHead
typedef Iterator< LinkedListElementiterator
 

Public Member Functions

MapReferencegetFirst ()
 
MapReference const * getFirst () const
 
iterator begin ()
 
iterator end ()
 
const_iterator begin () const
 
const_iterator end () const
 
- Public Member Functions inherited from RefManager< Map, Player >
 RefManager ()
 
Reference< Map, Player > * getFirst ()
 
Reference< Map, Player > const * getFirst () const
 
iterator begin ()
 
const_iterator begin () const
 
iterator end ()
 
const_iterator end () const
 
virtual ~RefManager ()
 
void clearReferences ()
 
- Public Member Functions inherited from LinkedListHead
 LinkedListHead ()
 
bool isEmpty () const
 
LinkedListElementgetFirst ()
 
LinkedListElement const * getFirst () const
 
LinkedListElementgetLast ()
 
LinkedListElement const * getLast () const
 
void insertFirst (LinkedListElement *pElem)
 
void insertLast (LinkedListElement *pElem)
 
uint32 getSize () const
 
void incSize ()
 
void decSize ()
 

Additional Inherited Members

- Protected Member Functions inherited from LinkedListHead
 ~LinkedListHead ()
 

Detailed Description

Definition at line 25 of file MapRefManager.h.

Member Typedef Documentation

◆ const_iterator

◆ iterator

Member Function Documentation

◆ begin() [1/2]

iterator MapRefManager::begin ( )
inline

Definition at line 34 of file MapRefManager.h.

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

◆ begin() [2/2]

const_iterator MapRefManager::begin ( ) const
inline

Definition at line 37 of file MapRefManager.h.

+ Here is the call graph for this function:

◆ end() [1/2]

iterator MapRefManager::end ( )
inline

Definition at line 35 of file MapRefManager.h.

+ Here is the caller graph for this function:

◆ end() [2/2]

const_iterator MapRefManager::end ( ) const
inline

Definition at line 38 of file MapRefManager.h.

◆ getFirst() [1/2]

MapReference * MapRefManager::getFirst ( )
inline

Definition at line 31 of file MapRefManager.h.

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

◆ getFirst() [2/2]

MapReference const * MapRefManager::getFirst ( ) const
inline

Definition at line 32 of file MapRefManager.h.

+ Here is the call graph for this function:

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