singly linked list improvements #108

Merged
gaisser merged 7 commits from KSat/fsfw:mueller_SinglyLinkedListImprovements into master 2020-08-25 12:18:23 +02:00
Owner

New setEnd() function

New `setEnd()` function
muellerr added the
feature
label 2020-06-17 20:55:20 +02:00
gaisser reviewed 2020-06-23 20:19:28 +02:00
@ -86,3 +90,2 @@
}
typename LinkedElement<T>::Iterator::Iterator end() const {
return LinkedElement<T>::Iterator::Iterator();
typename ElementIterator::Iterator end() const {
Owner

Do we need that typename there?

Do we need that typename there?
Author
Owner

I think not. Made as above now

I think not. Made as above now
gaisser self-assigned this 2020-06-23 20:19:38 +02:00
Owner

Just one small thing: The functions sets last. End is a pointer past the last element. I suggest to call the function "setLast"

Just one small thing: The functions sets last. End is a pointer past the last element. I suggest to call the function "setLast"
Author
Owner

oh, correct. I renamed them and merged upstream master

oh, correct. I renamed them and merged upstream master
gaisser closed this pull request 2020-08-25 12:18:23 +02:00
gaisser deleted branch mueller_SinglyLinkedListImprovements 2020-08-25 12:18:28 +02:00
Sign in to join this conversation.
No description provided.