L4Re Operating System Framework
Interface and Usage Documentation
|
List item for an arbitrary item in a Smart_ptr_list. More...
#include <smart_ptr_list.h>
List item for an arbitrary item in a Smart_ptr_list.
T | Type of object to be stored in the list. |
STORE_T | Storage type for pointer to next item. The class must implement a get() function that returns a pointer to the stored object and destroy the stored object when the item goes out of scope. |
Definition at line 28 of file smart_ptr_list.h.