lemon/bits/graph_extender.h
changeset 373 f58410582b9b
parent 314 2cc60866a0c9
child 463 88ed40ad0d4f
equal deleted inserted replaced
8:0072e3ddf93c 9:ea260ec1756a
    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;