changeset 320 | 34e185734b42 |
parent 209 | 765619b7cbb2 |
child 230 | af4e8ba94294 |
3:a337fcd686af | 4:7c504d14206a |
---|---|
20 #define LEMON_BITS_ALTERATION_NOTIFIER_H |
20 #define LEMON_BITS_ALTERATION_NOTIFIER_H |
21 |
21 |
22 #include <vector> |
22 #include <vector> |
23 #include <list> |
23 #include <list> |
24 |
24 |
25 #include <lemon/bits/utility.h> |
25 #include <lemon/core.h> |
26 |
26 |
27 ///\ingroup graphbits |
27 ///\ingroup graphbits |
28 ///\file |
28 ///\file |
29 ///\brief Observer notifier for graph alteration observers. |
29 ///\brief Observer notifier for graph alteration observers. |
30 |
30 |