![]() |
TrinityCore
|
#include <GridRefManager.h>
Inheritance diagram for GridRefManager< OBJECT >:Additional Inherited Members | |
Public Types inherited from RefManager< GridReference< OBJECT > > | |
| typedef LinkedListHead::Iterator< GridReference< OBJECT > > | iterator |
| typedef LinkedListHead::Iterator< GridReference< OBJECT > const > | const_iterator |
Public Member Functions inherited from RefManager< GridReference< OBJECT > > | |
| RefManager () | |
| GridReference< OBJECT > * | front () |
| GridReference< OBJECT > const * | front () 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 | empty () const |
| void | push_front (LinkedListElement *pElem) |
| void | push_back (LinkedListElement *pElem) |
| void | pop_front () |
| void | pop_back () |
| uint32 | size () const |
| void | incSize () |
| void | decSize () |
Protected Member Functions inherited from LinkedListHead | |
| template<typename T > | |
| T * | front_impl () |
| template<typename T > | |
| T const * | front_impl () const |
| template<typename T > | |
| T * | back_impl () |
| template<typename T > | |
| T const * | back_impl () const |
| template<typename T > | |
| Iterator< T > | begin_impl () |
| template<typename T > | |
| Iterator< T const > | begin_impl () const |
| template<typename T > | |
| Iterator< T > | end_impl () |
| template<typename T > | |
| Iterator< T const > | end_impl () const |
| void | splice_impl (LinkedListElement *where, LinkedListElement *first, LinkedListElement *last) |
| template<typename T > | |
| void | splice_impl (Iterator< T > where, Iterator< T > first, Iterator< T > last) |
| ~LinkedListHead () | |
Definition at line 27 of file GridRefManager.h.