AlterableBpUGraphComponent< _Base > Class Template Reference


Detailed Description

template<typename _Base = BaseUGraphComponent>
class lemon::concepts::AlterableBpUGraphComponent< _Base >

This class provides beside the core graph features alteration notifier interface for the graph structure. This implements an observer-notifier pattern for each graph item. More obsevers can be registered into the notifier and whenever an alteration occured in the graph all the observers will notified about it. #include <lemon/concepts/graph_components.h>

Inheritance diagram for AlterableBpUGraphComponent< _Base >:

Inheritance graph
[legend]

List of all members.

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

ANodeNotifiernotifier (ANode) const
BNodeNotifiernotifier (BNode) const


Member Function Documentation

ANodeNotifier& notifier ( ANode   )  const [inline]

Gives back the A-node alteration notifier.

BNodeNotifier& notifier ( BNode   )  const [inline]

Gives back the B-node alteration notifier.


Generated on Thu Jun 4 04:06:51 2009 for LEMON by  doxygen 1.5.9