src/lemon/skeletons/graph_component.h
changeset 950 d74557d1f100
parent 946 c94ef40a22ce
equal deleted inserted replaced
0:cd55d9d0ef7c 1:11b1c7971c3e
   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;