AlterableGraphComponent 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>

Inheritance diagram for AlterableGraphComponent:

Inheritance graph
[legend]

List of all members.

Public Types

typedef AlterationNotifier
< AlterableGraphComponent,
Edge > 
EdgeNotifier
 The arc observer registry.

Public Member Functions

EdgeNotifiernotifier (Edge) const
 Gives back the arc alteration notifier.


Member Function Documentation

EdgeNotifier& notifier ( Edge   )  const [inline]

Gives back the arc alteration notifier.


The documentation for this class was generated from the following file:

Generated on Sun Oct 12 20:09:58 2008 for LEMON by  doxygen 1.5.7.1