equal
deleted
inserted
replaced
246 |
246 |
247 ///\todo undocumented |
247 ///\todo undocumented |
248 /// |
248 /// |
249 typedef True UndirTag; |
249 typedef True UndirTag; |
250 |
250 |
251 /// The base type of node iterators, |
251 /// \brief The base type of node iterators, |
252 /// or in other words, the trivial node iterator. |
252 /// or in other words, the trivial node iterator. |
253 |
253 /// |
254 /// This is the base type of each node iterator, |
254 /// This is the base type of each node iterator, |
255 /// thus each kind of node iterator converts to this. |
255 /// thus each kind of node iterator converts to this. |
256 /// More precisely each kind of node iterator should be inherited |
256 /// More precisely each kind of node iterator should be inherited |
257 /// from the trivial node iterator. |
257 /// from the trivial node iterator. |
258 class Node { |
258 class Node { |