summaryrefslogtreecommitdiff
path: root/Source/Kernel/Library/SimpleList.class.h
Commit message (Collapse)AuthorAgeFilesLines
* SimpleList now implements removeOnce(const T& value);Alexis2112009-10-111-0/+11
| | | | | This methods searches for value in the list and removes it from the list. Only the first occurrence will be removed.
* Tasking now works with linked listsAlexis2112009-10-111-0/+5
|
* Added a single linked list simple class (SimpleList)Alexis2112009-10-111-0/+54