L4Re - L4 Runtime Environment
|
Basic element type for a double-linked H_list. More...
Public Member Functions | |
H_list_item_t () | |
Constructor. More... | |
~H_list_item_t () noexcept | |
Destructor. More... | |
Basic element type for a double-linked H_list.
ELEM_TYPE | Base class of the list element. |
|
inline |
Constructor.
Creates an element that is not in any list.
Definition at line 41 of file hlist.
Referenced by cxx::H_list_item_t< Weak_ref_base >::~H_list_item_t().
|
inlinenoexcept |