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

Double Linked List defintion. More...

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

Go to the source code of this file.

Classes

class  Experiment::DoubleLinkedList< T >
 DoubleLinkedList which can be iterated via DoubleLinkedList::iterator. More...
 

Namespaces

 Experiment
 This file is to be included at the end of Iterator.h.
 

Detailed Description

Double Linked List defintion.

Definition in file DoubleLinkedList.h.