Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
DLList Class Reference

Detailed Description

A generic implementation of a double-link list. It may be traversed using the Iterator class or BackIterator class.

Implemented Concepts
elm::concept::BiDiList elm::concept::MutableList elm::concept::Queue
Parameters
TType of items stored in the list.

The documentation for this class was generated from the following file: