Inheritance diagram for XFcPriorityList< T >:
Public Member Functions | |
XFcPriorityList (XFcPriorityHelp *aPriorityHelp) | |
Constructor. | |
XFcPriorityList () | |
Constructor. | |
virtual | ~XFcPriorityList () |
Destructor. | |
void | setPriorityHelp (XFcPriorityHelp *aPriorityHelp) |
Sets the priority helper. | |
INT | addPriorityFirst (T aNewData) |
Adds first by priority. | |
INT | addPriorityLast (T aNewData) |
Adds last by priority. | |
void | decreasePriorities () |
Decreases all priorities. | |
void | increasePriorities () |
Increases priorities. | |
INT | removeFirst () |
Removes first. | |
INT | removeLast () |
Removes last. | |
Private Attributes | |
XFcPriorityHelp * | mPriorityHelp |
Priority help. |
|
Constructor.
|
|
Constructor.
|
|
Destructor.
|
|
Adds first by priority.
|
|
Adds last by priority. If list holds already object with same priority the new element is added before the older element. |
|
Decreases all priorities.
|
|
Increases priorities.
|
|
Removes first.
|
|
Removes last.
|
|
Sets the priority helper.
|
|
Priority help.
|
![]() | ||||
![]() |
Confidential Copyright © 2002-2003 Fathammer | with doxygen by Dimitri van Heesch |