mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 02:01:38 +00:00
The new 'apply_first' method enables users of the list model to manually traverse the list model via the 'Element::next' method instead of iterating via 'for_each'. This is needed in situations where the list-model elements are visited via recursion, not via a loop. Issue #3094
This directory contains include files of interfaces that are exported by components to be used by other components. Each subdirectory corresponds to the component exporting the interface.