equal
deleted
inserted
replaced
26 ///It conforms to the graph interface documented under |
26 ///It conforms to the graph interface documented under |
27 ///the description of \ref GraphSkeleton. |
27 ///the description of \ref GraphSkeleton. |
28 ///\sa \ref GraphSkeleton. |
28 ///\sa \ref GraphSkeleton. |
29 /// |
29 /// |
30 ///\todo Some member functions could be \c static. |
30 ///\todo Some member functions could be \c static. |
|
31 ///\author Alpar Juttner |
31 class SmartGraph { |
32 class SmartGraph { |
32 |
33 |
33 struct NodeT |
34 struct NodeT |
34 { |
35 { |
35 int first_in,first_out; |
36 int first_in,first_out; |