equal
deleted
inserted
replaced
194 |
194 |
195 /// An empty iterable base graph class. |
195 /// An empty iterable base graph class. |
196 |
196 |
197 /// This class provides beside the core graph features |
197 /// This class provides beside the core graph features |
198 /// core iterable interface for the graph structure. |
198 /// core iterable interface for the graph structure. |
199 /// The most of the base graphs should be conform to this concept. |
199 /// Most of the base graphs should be conform to this concept. |
200 |
200 |
201 class BaseIterableGraphComponent : virtual public BaseGraphComponent { |
201 class BaseIterableGraphComponent : virtual public BaseGraphComponent { |
202 public: |
202 public: |
203 |
203 |
204 typedef BaseGraphComponent::Node Node; |
204 typedef BaseGraphComponent::Node Node; |