![]() |
TrinityCore
|
#include <RefManager.h>
Inheritance diagram for RefManager< ReferenceType >:Public Types | |
| typedef LinkedListHead::Iterator< ReferenceType > | iterator |
| typedef LinkedListHead::Iterator< ReferenceType const > | const_iterator |
Public Member Functions | |
| RefManager () | |
| ReferenceType * | front () |
| ReferenceType const * | front () const |
| iterator | begin () |
| iterator | end () |
| const_iterator | begin () const |
| 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 () |
Additional Inherited Members | |
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 25 of file RefManager.h.
| typedef LinkedListHead::Iterator<ReferenceType const> RefManager< ReferenceType >::const_iterator |
Definition at line 29 of file RefManager.h.
| typedef LinkedListHead::Iterator<ReferenceType> RefManager< ReferenceType >::iterator |
Definition at line 28 of file RefManager.h.
|
inline |
Definition at line 30 of file RefManager.h.
|
inlinevirtual |
|
inline |
|
inline |
Definition at line 38 of file RefManager.h.
|
inline |
Definition at line 46 of file RefManager.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
inline |
Definition at line 39 of file RefManager.h.
|
inline |
|
inline |
Definition at line 33 of file RefManager.h.