AlterableGraphComponent Class Template Reference

#include <lemon/concepts/graph_components.h>

Inheritance diagram for AlterableGraphComponent:

Inheritance graph
[legend]

List of all members.


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.

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 Tue May 5 07:42:02 2009 for LEMON by  doxygen 1.5.6