L4Re - L4 Runtime Environment
|
Iterator for a list of ListItem-s. More...
Public Member Functions | |
List_item * | remove_me () throw () |
Remove item pointed to by iterator, and return pointer to element. More... | |
Iterator for a list of ListItem-s.
The Iterator iterates till it finds the first element again.
|
inline |
Remove item pointed to by iterator, and return pointer to element.
Definition at line 86 of file list.
References cxx::List_item::remove_me().
Referenced by cxx::List_item::remove().