AlterableGraphComponent< _Base > Class Template Reference


Detailed Description

template<typename _Base = BaseGraphComponent>
class lemon::concepts::AlterableGraphComponent< _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>

Inherits _Base.

List of all members.

Public Types

typedef AlterationNotifier
< AlterableGraphComponent,
Node > 
NodeNotifier
 The node observer registry.
typedef AlterationNotifier
< AlterableGraphComponent,
Edge > 
EdgeNotifier
 The edge observer registry.

Public Member Functions

NodeNotifiernotifier (Node) const
EdgeNotifiernotifier (Edge) const


Member Function Documentation

NodeNotifier& notifier ( Node   )  const [inline]

Gives back the node alteration notifier.

EdgeNotifier& notifier ( Edge   )  const [inline]

Gives back the edge alteration notifier.


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