12#include <l4/cxx/hlist>
19 virtual void notify() = 0;
22class Notifier :
public H_list<Observer>
27 for (Iterator i =
begin(); i !=
end(); ++i)
Const_iterator end() const
Return a const iterator to the end of the list.
Iterator begin()
Return an iterator to the beginning of the list.
H_list_item_t< void > H_list_item
Untyped list item.