#include <lemon/concepts/graph_components.h>

Public Types | |
|
typedef AlterationNotifier < AlterableBpUGraphComponent, ANode > | ANodeNotifier |
| The A-node observer registry. | |
|
typedef AlterationNotifier < AlterableBpUGraphComponent, BNode > | BNodeNotifier |
| The B-node observer registry. | |
Public Member Functions | |
| ANodeNotifier & | notifier (ANode) const |
| BNodeNotifier & | notifier (BNode) const |
| ANodeNotifier& notifier | ( | ANode | ) | const [inline] |
Gives back the A-node alteration notifier.
| BNodeNotifier& notifier | ( | BNode | ) | const [inline] |
Gives back the B-node alteration notifier.
1.5.9