class Element
MyCpp::List::Element

A node of a List.

Data fields
Element *nextPointer to the next element in the list, or NULL.
Element *previousPointer to the previous element in the list, or NULL.
T dataUser's data associated with this element.