Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

AlterableGraphExtender Class Template Reference
[Tools to Make It Easier to Make Graph Maps]

#include <lemon/bits/alteration_notifier.h>

Inherited by AlterableUndirGraphExtender.

Inheritance diagram for AlterableGraphExtender:

Inheritance graph
[legend]
List of all members.

Detailed Description

template<typename _Base>
class lemon::AlterableGraphExtender< _Base >

AlterableGraphExtender extends the _Base graphs functionality with the possibility of alteration observing. It defines two observer registrys for the nodes and mapes.

Todo:
Document what "alteration observing" is. And probably find a better (shorter) name.
Parameters:
_Base is the base class to extend.
Precondition:
_Base is conform to the BaseGraphComponent concept.
Postcondition:
AlterableGraphExtender<_Base> is conform to the AlterableGraphComponent concept.
Author:
Balazs Dezso


Public Types

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

Public Member Functions

EdgeNotifiergetNotifier (Edge) const
 Gives back the edge alteration notifier.
NodeNotifiergetNotifier (Node) const
 Gives back the node alteration notifier.


Member Function Documentation

EdgeNotifier& getNotifier Edge   )  const [inline]
 

Gives back the edge alteration notifier.

NodeNotifier& getNotifier Node   )  const [inline]
 

Gives back the node alteration notifier.


The documentation for this class was generated from the following file:
Generated on Sat Aug 27 14:16:15 2005 for LEMON by  doxygen 1.4.4