DUECA/DUSIME
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
dueca::ListElementAllocator< T >::Element< X > Class Template Reference

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.
 
data
 Data of the element.
 

Detailed Description

template<class T>
template<class X>
class dueca::ListElementAllocator< T >::Element< X >

Single elements of data, with link to the next.


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