#include <C4GroupSet.h>
Public Member Functions | |
| C4GroupSetNode (class C4GroupSet &rParent, C4GroupSetNode *pPrev, C4Group &rGroup, bool fGrpOwned, int32_t id) | |
| ~C4GroupSetNode () | |
Public Attributes | |
| int32_t | Priority |
| int32_t | Contents |
Protected Attributes | |
| class C4GroupSet * | pParent |
| C4GroupSetNode * | pPrev |
| C4GroupSetNode * | pNext |
| C4Group * | pGroup |
| bool | fGrpOwned |
| int32_t | id |
Friends | |
| class | C4GroupSet |
Definition at line 54 of file C4GroupSet.h.
| C4GroupSetNode::C4GroupSetNode | ( | class C4GroupSet & | rParent, |
| C4GroupSetNode * | pPrev, | ||
| C4Group & | rGroup, | ||
| bool | fGrpOwned, | ||
| int32_t | id | ||
| ) |
Definition at line 25 of file C4GroupSet.cpp.
References fGrpOwned, id, C4GroupSet::pFirst, pGroup, C4GroupSet::pLast, pNext, pParent, and pPrev.
| C4GroupSetNode::~C4GroupSetNode | ( | ) |
Definition at line 41 of file C4GroupSet.cpp.
References fGrpOwned, C4GroupSet::pFirst, pGroup, C4GroupSet::pLast, pNext, pParent, and pPrev.
|
friend |
Definition at line 72 of file C4GroupSet.h.
| int32_t C4GroupSetNode::Contents |
Definition at line 70 of file C4GroupSet.h.
Referenced by C4GroupSet::RegisterGroup().
|
protected |
Definition at line 61 of file C4GroupSet.h.
Referenced by C4GroupSetNode(), and ~C4GroupSetNode().
|
protected |
Definition at line 63 of file C4GroupSet.h.
Referenced by C4GroupSetNode().
|
protected |
Definition at line 60 of file C4GroupSet.h.
Referenced by C4GroupSetNode(), and ~C4GroupSetNode().
|
protected |
Definition at line 58 of file C4GroupSet.h.
Referenced by C4GroupSetNode(), C4GroupSet::FindEntry(), C4GroupSet::FindGroup(), C4GroupSet::GetGroup(), C4GroupSet::GetGroupCount(), C4GroupSet::PreCacheEntries(), C4GroupSet::RegisterGroups(), C4GroupSet::UnregisterGroup(), and ~C4GroupSetNode().
|
protected |
Definition at line 57 of file C4GroupSet.h.
Referenced by C4GroupSetNode(), and ~C4GroupSetNode().
|
protected |
Definition at line 58 of file C4GroupSet.h.
Referenced by C4GroupSetNode(), C4GroupSet::RegisterGroup(), and ~C4GroupSetNode().
| int32_t C4GroupSetNode::Priority |
Definition at line 69 of file C4GroupSet.h.
Referenced by C4GroupSet::RegisterGroup().