![]() |
TrinityCore
|
#include <RefManager.h>
Inheritance diagram for RefManager< TO, FROM >:Public Types | |
| typedef LinkedListHead::Iterator< Reference< TO, FROM > > | iterator |
| typedef LinkedListHead::Iterator< Reference< TO, FROM > const > | const_iterator |
Public Types inherited from LinkedListHead | |
| typedef Iterator< LinkedListElement > | iterator |
Public Member Functions | |
| RefManager () | |
| Reference< TO, FROM > * | getFirst () |
| Reference< TO, FROM > const * | getFirst () 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 | isEmpty () const |
| LinkedListElement * | getFirst () |
| LinkedListElement const * | getFirst () const |
| LinkedListElement * | getLast () |
| 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 () | |
Definition at line 25 of file RefManager.h.
| typedef LinkedListHead::Iterator<Reference<TO, FROM> const> RefManager< TO, FROM >::const_iterator |
Definition at line 29 of file RefManager.h.
| typedef LinkedListHead::Iterator<Reference<TO, FROM> > RefManager< TO, FROM >::iterator |
Definition at line 28 of file RefManager.h.
|
inline |
Definition at line 30 of file RefManager.h.
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
Definition at line 47 of file RefManager.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 37 of file RefManager.h.
|
inline |
Definition at line 40 of file RefManager.h.
|
inline |
Definition at line 32 of file RefManager.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |