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

Implementation details of a DoubleLinkedList. More...

Include dependency graph for DoubleLinkedListImpl.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Implementation details of a DoubleLinkedList.

Definition in file DoubleLinkedListImpl.h.