AlterableDigraphComponent Class Template Reference

#include <lemon/concepts/graph_components.h>

Inheritance diagram for AlterableDigraphComponent:

Inheritance graph
[legend]

List of all members.


Detailed Description

template<typename _Base = BaseDigraphComponent>
class lemon::concepts::AlterableDigraphComponent< _Base >

This class provides beside the core digraph features alteration notifier interface for the digraph structure. This implements an observer-notifier pattern for each digraph item. More obsevers can be registered into the notifier and whenever an alteration occured in the digraph all the observers will notified about it.

Public Types

typedef AlterationNotifier
< AlterableDigraphComponent,
Node > 
NodeNotifier
 The node observer registry.
typedef AlterationNotifier
< AlterableDigraphComponent,
Arc > 
ArcNotifier
 The arc observer registry.

Public Member Functions

NodeNotifiernotifier (Node) const
 Gives back the node alteration notifier.
ArcNotifiernotifier (Arc) const
 Gives back the arc alteration notifier.

Member Function Documentation

NodeNotifier& notifier ( Node   )  const [inline]

Gives back the node alteration notifier.

ArcNotifier& notifier ( Arc   )  const [inline]

Gives back the arc alteration notifier.


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

Generated on Fri Jan 23 18:15:23 2009 for LEMON by  doxygen 1.5.6