lemon/concept/graph.h
changeset 1989 d276e88aa48a
parent 1956 a055123339d5
child 1993 2115143eceea
equal deleted inserted replaced
15:494f2cd27a21 16:c0b420eca21f
    42     class _StaticGraph 
    42     class _StaticGraph 
    43       :  virtual public BaseGraphComponent,
    43       :  virtual public BaseGraphComponent,
    44          public IterableGraphComponent, public MappableGraphComponent {
    44          public IterableGraphComponent, public MappableGraphComponent {
    45     public:
    45     public:
    46 
    46 
    47       typedef False UTag;
       
    48       
       
    49       typedef BaseGraphComponent::Node Node;
    47       typedef BaseGraphComponent::Node Node;
    50       typedef BaseGraphComponent::Edge Edge;
    48       typedef BaseGraphComponent::Edge Edge;
    51 
    49 
    52       template <typename _Graph>
    50       template <typename _Graph>
    53       struct Constraints {
    51       struct Constraints {
   121     class StaticGraph
   119     class StaticGraph
   122     {
   120     {
   123     public:
   121     public:
   124       ///\e
   122       ///\e
   125 
   123 
   126       ///\todo undocumented
       
   127       ///
       
   128       typedef False UTag;
       
   129 
       
   130       /// Defalult constructor.
   124       /// Defalult constructor.
   131 
   125 
   132       /// Defalult constructor.
   126       /// Defalult constructor.
   133       ///
   127       ///
   134       StaticGraph() { }
   128       StaticGraph() { }