#include <lemon/concepts/graph_components.h>
Inherits _Base.
Public Types | |
typedef AlterationNotifier < AlterableDigraphComponent, Node > | NodeNotifier |
The node observer registry. | |
typedef AlterationNotifier < AlterableDigraphComponent, Arc > | ArcNotifier |
The arc observer registry. | |
Public Member Functions | |
NodeNotifier & | notifier (Node) const |
ArcNotifier & | notifier (Arc) const |
NodeNotifier& notifier | ( | Node | ) | const [inline] |
Gives back the node alteration notifier.
ArcNotifier& notifier | ( | Arc | ) | const [inline] |
Gives back the arc alteration notifier.