lemon/smart_graph.h
changeset 193 65cba1032f90
parent 149 2f7ae34e1333
child 209 765619b7cbb2
equal deleted inserted replaced
4:1476d7e476d6 5:d10ebfb4fc71
   200   ///It conforms to the \ref concepts::Digraph "Digraph concept" with
   200   ///It conforms to the \ref concepts::Digraph "Digraph concept" with
   201   ///an important extra feature that its maps are real \ref
   201   ///an important extra feature that its maps are real \ref
   202   ///concepts::ReferenceMap "reference map"s.
   202   ///concepts::ReferenceMap "reference map"s.
   203   ///
   203   ///
   204   ///\sa concepts::Digraph.
   204   ///\sa concepts::Digraph.
   205   ///
       
   206   ///\author Alpar Juttner
       
   207   class SmartDigraph : public ExtendedSmartDigraphBase {
   205   class SmartDigraph : public ExtendedSmartDigraphBase {
   208   public:
   206   public:
   209 
   207 
   210     typedef ExtendedSmartDigraphBase Parent;
   208     typedef ExtendedSmartDigraphBase Parent;
   211 
   209