lemon/concept/graph.h
changeset 1448 0274acee0e35
parent 1435 8e85e6bbefdf
child 1470 9b6f8c3587f0
     1.1 --- a/lemon/concept/graph.h	Tue Jun 07 16:11:23 2005 +0000
     1.2 +++ b/lemon/concept/graph.h	Tue Jun 07 16:12:14 2005 +0000
     1.3 @@ -22,6 +22,7 @@
     1.4  ///\brief Declaration of Graph.
     1.5  
     1.6  #include <lemon/invalid.h>
     1.7 +#include <lemon/utility.h>
     1.8  #include <lemon/concept/maps.h>
     1.9  #include <lemon/concept_check.h>
    1.10  #include <lemon/concept/graph_component.h>
    1.11 @@ -43,6 +44,12 @@
    1.12        :  virtual public BaseGraphComponent,
    1.13           public IterableGraphComponent, public MappableGraphComponent {
    1.14      public:
    1.15 +      ///\e
    1.16 +
    1.17 +      ///\todo undocumented
    1.18 +      ///
    1.19 +      typedef False UndirTag;
    1.20 +      
    1.21        typedef BaseGraphComponent::Node Node;
    1.22        typedef BaseGraphComponent::Edge Edge;
    1.23  
    1.24 @@ -115,6 +122,12 @@
    1.25      class StaticGraph
    1.26      {
    1.27      public:
    1.28 +      ///\e
    1.29 +
    1.30 +      ///\todo undocumented
    1.31 +      ///
    1.32 +      typedef False UndirTag;
    1.33 +
    1.34        /// Defalult constructor.
    1.35  
    1.36        /// Defalult constructor.