equal
deleted
inserted
replaced
68 |
68 |
69 class BpUGraph { |
69 class BpUGraph { |
70 public: |
70 public: |
71 /// \todo undocumented |
71 /// \todo undocumented |
72 /// |
72 /// |
73 typedef True UTag; |
73 typedef True UndirectedTag; |
74 |
74 |
75 /// \brief The base type of node iterators, |
75 /// \brief The base type of node iterators, |
76 /// or in other words, the trivial node iterator. |
76 /// or in other words, the trivial node iterator. |
77 /// |
77 /// |
78 /// This is the base type of each node iterator, |
78 /// This is the base type of each node iterator, |