class Element
Home
Data
MyCpp::List::Element
A node of a
List
.
Data fields
Element
*next
Pointer to the next element in the list, or NULL.
Element
*previous
Pointer to the previous element in the list, or NULL.
T
data
User's data associated with this element.