|
Public Member Functions |
| | OOF_List () |
| virtual | ~OOF_List () |
| void | prepend (unsigned long theItem) |
| | Put item at the beginning of the list.
|
| void | append (unsigned long theItem) |
| | Put item at the end of the list.
|
| virtual unsigned long | remove () |
| | Take item off the front of the list.
|
| bool | member (unsigned long theItem) const |
| | Is theItem in the list.
|
| void | sortedInsert (unsigned long theItem) |
| | Put item into list sorted.
|
| void | sortedInsertNoDups (unsigned long theItem) |
| | Put item into list sorted only if not already there.
|
| bool | isEmpty () |
| unsigned long | count () |
Protected Attributes |
| unsigned long | mCount |