![]() |
TrinityCore
|
#include <GroupReference.h>
Inheritance diagram for GroupReference:Public Member Functions | |
| GroupReference () | |
| ~GroupReference () | |
| uint8 | getSubGroup () const |
| void | setSubGroup (uint8 pSubGroup) |
Public Member Functions inherited from Reference< Group, Player, GroupReference > | |
| Reference () | |
| ~Reference () | |
| void | link (Group *toObj, Player *fromObj) |
| void | unlink () |
| void | invalidate () |
| bool | isValid () const |
| Group * | operator-> () const |
| Group * | getTarget () const |
| Player * | GetSource () const |
Public Member Functions inherited from LinkedListElement | |
| LinkedListElement () | |
| bool | isInList () const |
| LinkedListElement * | next () |
| LinkedListElement const * | next () const |
| LinkedListElement * | prev () |
| LinkedListElement const * | prev () const |
| void | delink () |
| void | insertBefore (LinkedListElement *pElem) |
| void | insertAfter (LinkedListElement *pElem) |
Protected Member Functions | |
| void | targetObjectBuildLink () |
| void | targetObjectDestroyLink () |
| void | sourceObjectDestroyLink () |
Protected Member Functions inherited from LinkedListElement | |
| ~LinkedListElement () | |
Protected Attributes | |
| uint8 | iSubGroup |
| friend | Reference< Group, Player, GroupReference > |
Definition at line 26 of file GroupReference.h.
|
inline |
Definition at line 36 of file GroupReference.h.
|
inline |
|
inline |
Definition at line 38 of file GroupReference.h.
|
inline |
|
protected |
Definition at line 33 of file GroupReference.cpp.
|
protected |
|
protected |
Definition at line 27 of file GroupReference.cpp.
|
protected |
Definition at line 29 of file GroupReference.h.
|
protected |
Definition at line 31 of file GroupReference.h.