Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SimpleList now implements removeOnce(const T& value); | Alexis211 | 2009-10-11 | 1 | -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 lists | Alexis211 | 2009-10-11 | 1 | -0/+5 |
| | |||||
* | Added a single linked list simple class (SimpleList) | Alexis211 | 2009-10-11 | 1 | -0/+54 |