![]() |
TrinityCore
|
#include <LinkedList.h>
Inheritance diagram for LinkedListHead:Classes | |
| class | Iterator |
Public Types | |
| typedef Iterator< LinkedListElement > | iterator |
Public Member Functions | |
| 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 () |
Protected Member Functions | |
| ~LinkedListHead () | |
Private Member Functions | |
| LinkedListHead (LinkedListHead const &)=delete | |
| LinkedListHead & | operator= (LinkedListHead const &)=delete |
Private Attributes | |
| LinkedListElement | iFirst |
| LinkedListElement | iLast |
| uint32 | iSize |
Definition at line 92 of file LinkedList.h.
Definition at line 216 of file LinkedList.h.
|
inline |
Definition at line 100 of file LinkedList.h.
|
privatedelete |
|
inlineprotected |
Definition at line 223 of file LinkedList.h.
|
inline |
|
inline |
Definition at line 110 of file LinkedList.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 126 of file LinkedList.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
inline |
Definition at line 116 of file LinkedList.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
inline |
Definition at line 108 of file LinkedList.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
privatedelete |
|
private |
Definition at line 95 of file LinkedList.h.
|
private |
Definition at line 96 of file LinkedList.h.
|
private |
Definition at line 97 of file LinkedList.h.