#include <membergroup.h>
Public Member Functions | |
MemberGroupSDict (int size=17) | |
~MemberGroupSDict () | |
Public Member Functions inherited from SIntDict< MemberGroup > | |
SIntDict (int size=17) | |
virtual | ~SIntDict () |
void | append (int key, const MemberGroup *d) |
void | prepend (int key, const MemberGroup *d) |
bool | remove (int key) |
void | sort () |
void | inSort (int key, const MemberGroup *d) |
void | setAutoDelete (bool val) |
MemberGroup * | find (int key) |
MemberGroup * | operator[] (int key) const |
MemberGroup * | at (uint i) |
void | clear () |
int | count () |
Private Member Functions | |
int | compareValues (const MemberGroup *item1, const MemberGroup *item2) const |
A sorted dictionary of MemberGroup objects.
Definition at line 129 of file membergroup.h.
|
inline |
Definition at line 132 of file membergroup.h.
|
inline |
Definition at line 133 of file membergroup.h.
|
inlineprivatevirtual |
Function that is used to compare two items when sorting. Overload this to properly sort items.
Reimplemented from SIntDict< MemberGroup >.
Definition at line 135 of file membergroup.h.