equal
deleted
inserted
replaced
27 #include <lemon/concept_check.h> |
27 #include <lemon/concept_check.h> |
28 #include <lemon/concepts/maps.h> |
28 #include <lemon/concepts/maps.h> |
29 |
29 |
30 //\ingroup graphbits |
30 //\ingroup graphbits |
31 //\file |
31 //\file |
32 //\brief Extenders for the digraph types |
32 //\brief Extenders for the graph types |
33 namespace lemon { |
33 namespace lemon { |
34 |
34 |
35 // \ingroup graphbits |
35 // \ingroup graphbits |
36 // |
36 // |
37 // \brief Extender for the Digraphs |
37 // \brief Extender for the digraph implementations |
38 template <typename Base> |
38 template <typename Base> |
39 class DigraphExtender : public Base { |
39 class DigraphExtender : public Base { |
40 public: |
40 public: |
41 |
41 |
42 typedef Base Parent; |
42 typedef Base Parent; |