14#include <l4/cxx/ref_ptr>
List item for an arbitrary item in a Smart_ptr_list.
List of smart-pointer-managed objects.
Bits::Smart_ptr_list_item< T, cxx::Ref_ptr< T > > Ref_ptr_list_item
Item for list linked with cxx::Ref_ptr.
Bits::Smart_ptr_list< Ref_ptr_list_item< T > > Ref_ptr_list
Single-linked list where elements are connected via a cxx::Ref_ptr.
Implementation of a list of smart-pointer-managed objects.
Item for list linked via cxx::Ref_ptr with default refence counting.