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

Implementation Details of a DoubleLinkedList. More...

Classes

class  Node
 DoubleLinkedList internal Node base class. More...
 
class  DataNode
 DoubleLinkedList internal Node holding Data. More...
 

Detailed Description

Implementation Details of a DoubleLinkedList.