|
Experimental Code
Code Written To Experiment With Various Techniques And Otherwise Not Very Useful...
|
Iterator definition. More...
#include "Iterator.cpp"

Go to the source code of this file.
Classes | |
| class | Experiment::Iterator< T, List, Node > |
| Iterator class that works genericly on a List containing Node elements with data of type T. More... | |
Namespaces | |
| Experiment | |
| This file is to be included at the end of Iterator.h. | |
Functions | |
| template<class T , class List , class Node > | |
| void | Experiment::swap (Iterator< T, List, Node > &a, Iterator< T, List, Node > &b) |
| Swap the values at a and b. More... | |
| template<class T , class List , class Node > | |
| void | Experiment::moveBefore (Iterator< T, List, Node > &a, Iterator< T, List, Node > &b) |
| Move the value at a before b. More... | |
Iterator definition.
Definition in file Iterator.h.