#include <vector>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | lemon |
Classes | |
class | AlterationNotifier |
Registry class to register objects observes alterations in the graph. More... | |
class | AlterationNotifier::ObserverBase |
ObserverBase is the base class for the observers. More... | |
class | AlterableGraphExtender |
Class to extend a graph with the functionality of alteration observing. More... | |
class | AlterableUGraphExtender |
Class to extend an undirected graph with the functionality of alteration observing. More... |