lemon/concept/graph.h
changeset 1945 e5c0c5cc477f
parent 1875 98698b69a902
child 1946 17eb3eaad9f8
equal deleted inserted replaced
12:6f579a0cf24c 13:9c45ce32b464
    40     class _StaticGraph 
    40     class _StaticGraph 
    41       :  virtual public BaseGraphComponent,
    41       :  virtual public BaseGraphComponent,
    42          public IterableGraphComponent, public MappableGraphComponent {
    42          public IterableGraphComponent, public MappableGraphComponent {
    43     public:
    43     public:
    44 
    44 
    45       typedef False UndirTag;
    45       typedef False UTag;
    46       
    46       
    47       typedef BaseGraphComponent::Node Node;
    47       typedef BaseGraphComponent::Node Node;
    48       typedef BaseGraphComponent::Edge Edge;
    48       typedef BaseGraphComponent::Edge Edge;
    49 
    49 
    50       template <typename _Graph>
    50       template <typename _Graph>
   121     public:
   121     public:
   122       ///\e
   122       ///\e
   123 
   123 
   124       ///\todo undocumented
   124       ///\todo undocumented
   125       ///
   125       ///
   126       typedef False UndirTag;
   126       typedef False UTag;
   127 
   127 
   128       /// Defalult constructor.
   128       /// Defalult constructor.
   129 
   129 
   130       /// Defalult constructor.
   130       /// Defalult constructor.
   131       ///
   131       ///