L4Re Operating System Framework
Interface and Usage Documentation
|
Generic (base) weak reference to some object. More...
#include <weak_ref>
Data Structures | |
struct | List |
The list type for keeping all weak references to an object. More... | |
Additional Inherited Members | |
Public Member Functions inherited from cxx::H_list_item_t< Weak_ref_base > | |
H_list_item_t () | |
Constructor. | |
~H_list_item_t () noexcept | |
Destructor. | |
Generic (base) weak reference to some object.
A weak reference is a reference that gets reset to NULL when the object shall be deleted. All weak references to the same object are kept in a linked list of weak references.
For typed weak references see cxx::Weak_ref
.