DUECA/DUSIME
|
Single elements of data, with link to the next. More...
Public Member Functions | |
Element (Element< T > *next) | |
Constructor. More... | |
~Element () | |
Destructor. More... | |
Public Attributes | |
Element< X > *volatile | next |
Pointer to the next element in the list. More... | |
X | data |
Data of the element. More... | |
Single elements of data, with link to the next.
|
inline |
Constructor.
|
inline |
Destructor.
Element<X>* volatile dueca::ListElementAllocator< T >::Element< X >::next |
Pointer to the next element in the list.
Data of the element.