#include <lemon/alteration_notifier.h>
Inheritance diagram for AlterableGraphExtender:
_Base | is the base class to extend. |
Definition at line 301 of file alteration_notifier.h.
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. Definition at line 327 of file alteration_notifier.h. |
|
Gives back the node alteration notifier. Definition at line 334 of file alteration_notifier.h. |