#include <XFuPriorityList.h>
Collaboration diagram for XFuPriorityList< T >:
Public Member Functions | |
XFuPriorityList (XFuPriorityHelp *aPriorityHelp) | |
Constructor. | |
XFuPriorityList () | |
Constructor. | |
virtual | ~XFuPriorityList () |
Virtual destructor. | |
void | setPriorityHelp (XFuPriorityHelp *aPriorityHelp) |
Sets priority helper. | |
INT | addPriorityFirst (T aNewData) |
Add first by priority. | |
INT | addPriorityLast (T aNewData) |
Add last by priority. | |
void | decreasePriorities () |
Decreases all priorities. | |
void | increasePriorities () |
Increases priorities. | |
INT | removeFirst () |
Removes first. | |
INT | removeLast () |
Remove last. | |
Private Attributes | |
XFuPriorityHelp * | mPriorityHelp |
|
Constructor.
Definition at line 66 of file XFuPriorityList.h. |
|
Constructor.
Definition at line 60 of file XFuPriorityList.h. |
|
Virtual destructor.
Definition at line 73 of file XFuPriorityList.h. |
|
Add first by priority.
Definition at line 86 of file XFuPriorityList.h. References XFuPriorityList< T >::mPriorityHelp, and XFuPriorityHelp::priorityCheck(). |
|
Add last by priority.
Definition at line 107 of file XFuPriorityList.h. References XFuPriorityList< T >::mPriorityHelp, and XFuPriorityHelp::priorityCheck(). |
|
Decreases all priorities.
Definition at line 129 of file XFuPriorityList.h. References XFuPriorityHelp::decrease(), and XFuPriorityList< T >::mPriorityHelp. |
|
Increases priorities.
Definition at line 143 of file XFuPriorityList.h. References XFuPriorityHelp::increase(), and XFuPriorityList< T >::mPriorityHelp. |
|
Removes first.
Definition at line 157 of file XFuPriorityList.h. |
|
Remove last.
Definition at line 164 of file XFuPriorityList.h. |
|
Sets priority helper.
Definition at line 79 of file XFuPriorityList.h. References XFuPriorityList< T >::mPriorityHelp. |
|
Definition at line 23 of file XFuPriorityList.h. Referenced by XFuPriorityList< T >::addPriorityFirst(), XFuPriorityList< T >::addPriorityLast(), XFuPriorityList< T >::decreasePriorities(), XFuPriorityList< T >::increasePriorities(), and XFuPriorityList< T >::setPriorityHelp(). |
![]() | ||||
![]() |
Confidential Copyright © 2002-2003 Fathammer | with doxygen by Dimitri van Heesch |