Experimental Code
Code Written To Experiment With Various Techniques And Otherwise Not Very Useful...
|
Implementation details of a DoubleLinkedList. More...
#include "DoubleLinkedListImpl.cpp"
Go to the source code of this file.
Classes | |
class | Experiment::DoubleLinkedListImpl::Node< T > |
DoubleLinkedList internal Node base class. More... | |
class | Experiment::DoubleLinkedListImpl::DataNode< T > |
DoubleLinkedList internal Node holding Data. More... | |
Namespaces | |
Experiment | |
This file is to be included at the end of Iterator.h. | |
Experiment::DoubleLinkedListImpl | |
Implementation Details of a DoubleLinkedList. | |
Implementation details of a DoubleLinkedList.
Definition in file DoubleLinkedListImpl.h.