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