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>
List of all members.
Member Function Documentation
Gives back the arc alteration notifier.
The documentation for this class was generated from the following file: