#include <lemon/bits/alteration_notifier.h>
Inherited by AlterableUndirGraphExtender.
Inheritance diagram for AlterableGraphExtender:
_Base | is the base class to extend. |
Public Types | |
typedef AlterationNotifier< Edge > | EdgeNotifier |
The edge observer registry. | |
typedef AlterationNotifier< Node > | NodeNotifier |
The node observer registry. | |
Public Member Functions | |
EdgeNotifier & | getNotifier (Edge) const |
Gives back the edge alteration notifier. | |
NodeNotifier & | getNotifier (Node) const |
Gives back the node alteration notifier. |
|
Gives back the edge alteration notifier. |
|
Gives back the node alteration notifier. |