10#include <l4/cxx/hlist>
17 virtual void notify() = 0;
20class Notifier :
public H_list<Observer>
25 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.