Change 14091

ShadauxCat (ShadauxCat)
ShadauxCat committed this change into //guest/ShadauxCat/Sprawl/Mainline under Review 14083
View Review
Download .zip
-Created Vector class, iterator, and unit test
-Made list iterator a bidirectional iterator when created from a doubly-linked list. (It still has operator-- when created from singly-linked list, but it won't compile if it's used.)
-Changed front() and back() in list classes to Front() and Back()

#review-14083
  • Files 8
  • Comments 0
6 edited 2 added 0 deleted
UnitTests/UnitTests_List.cpp#3
Loading...
UnitTests/UnitTests_Vector.cpp#1
Loading...
UnitTests/main.cpp#4
Loading...
collections/ForwardList.hpp#4
Loading...
collections/List.hpp#3
Loading...
collections/Vector.hpp#2
Loading...
collections/iterator/ListIterator.hpp#3
Loading...
collections/iterator/VectorIterator.hpp#1
Loading...
Tip: Use n and p to cycle through the changes.