#include <prioritylist.h>
Public Member Functions | |
~PriorityList () | |
Destructor. | |
multimap< int, Rule * >::iterator | insert (PriorityPair< Rule > *pair) |
Inserts a PriorityRulePair in to the list -- inserted pair is destroied. | |
multimap< int, Rule * >::iterator | insert (const PriorityPair< Rule > &pair) |
Inserts a PriorityRulePair in to the list. | |
PriorityList * | append (const PriorityList &toAppend) |
Appends list toAppend. | |
PriorityList * | append (PriorityList *toAppend) |
Appedns and frees list toAppend. |
Definition at line 24 of file prioritylist.h.
|
Destructor.
Definition at line 28 of file prioritylist.h. |
|
Appedns and frees list toAppend.
Definition at line 60 of file prioritylist.h. References PriorityList< Rule >::append(). |
|
Appends list toAppend.
Definition at line 50 of file prioritylist.h. Referenced by PriorityList< Rule >::append(). |
|
Inserts a PriorityRulePair in to the list.
Definition at line 45 of file prioritylist.h. |
|
Inserts a PriorityRulePair in to the list -- inserted pair is destroied.
Definition at line 38 of file prioritylist.h. Referenced by RuleContext::insert(). |