singly linked list improvements #108
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "KSat/fsfw:mueller_SinglyLinkedListImprovements"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
New
setEnd()
function@ -86,3 +90,2 @@
}
typename LinkedElement<T>::Iterator::Iterator end() const {
return LinkedElement<T>::Iterator::Iterator();
typename ElementIterator::Iterator end() const {
Do we need that typename there?
I think not. Made as above now
Just one small thing: The functions sets last. End is a pointer past the last element. I suggest to call the function "setLast"
oh, correct. I renamed them and merged upstream master