bpp-core3
3.0.0
|
#include <iostream>
#include <map>
#include <ostream>
#include <vector>
#include "../Clonable.h"
#include "../Exceptions.h"
#include "Graph.h"
Go to the source code of this file.
Classes | |
class | bpp::GraphObserver |
Defines a Graph Observer. It is a template which follows (subscribed to) a Graph. The graph and the graph observer communicate to keep them up-to-date each other. The observer is also an actor, since it can change the structure of the observed Graph. More... | |
Namespaces | |
bpp | |