|
L4Re - L4 Runtime Environment
|
Basic element type for a double-linked H_list. More...
Inheritance diagram for cxx::H_list_item_t< ELEM_TYPE >:
Collaboration diagram for cxx::H_list_item_t< ELEM_TYPE >: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().
Here is the caller graph for this function:
|
inlinenoexcept |