LEMON 1.0.7
Public Types | Public Member Functions

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>

Inheritance diagram for AlterableGraphComponent< _Base >:
Inheritance graph
[legend]

List of all members.

Public Types

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

Public Member Functions

EdgeNotifiernotifier (Edge) const

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: