DUECA/DUSIME
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...

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

Detailed Description

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

Single elements of data, with link to the next.

Constructor & Destructor Documentation

◆ Element()

template<class T>
template<class X >
dueca::ListElementAllocator< T >::Element< X >::Element ( Element< T > *  next)
inline

Constructor.

◆ ~Element()

template<class T>
template<class X >
dueca::ListElementAllocator< T >::Element< X >::~Element ( )
inline

Destructor.

Member Data Documentation

◆ next

template<class T>
template<class X >
Element<X>* volatile dueca::ListElementAllocator< T >::Element< X >::next

Pointer to the next element in the list.

◆ data

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

Data of the element.


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