Experimental Code
Code Written To Experiment With Various Techniques And Otherwise Not Very Useful...
Iterator.h File Reference

Iterator definition. More...

#include "Iterator.cpp"
Include dependency graph for Iterator.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Iterator definition.

Definition in file Iterator.h.