lemon/bits/graph_adaptor_extender.h
changeset 1996 5dc13b93f8b4
parent 1979 c2992fd74dad
child 2031 080d51024ac5
     1.1 --- a/lemon/bits/graph_adaptor_extender.h	Thu Mar 02 14:22:03 2006 +0000
     1.2 +++ b/lemon/bits/graph_adaptor_extender.h	Fri Mar 03 12:35:32 2006 +0000
     1.3 @@ -16,12 +16,23 @@
     1.4   *
     1.5   */
     1.6  
     1.7 -#ifndef LEMON_GRAPH_ADAPTOR_EXTENDER_H
     1.8 -#define LEMON_GRAPH_ADAPTOR_EXTENDER_H
     1.9 +#ifndef LEMON_BITS_GRAPH_ADAPTOR_EXTENDER_H
    1.10 +#define LEMON_BITS_GRAPH_ADAPTOR_EXTENDER_H
    1.11  
    1.12 +#include <lemon/bits/invalid.h>
    1.13 +#include <lemon/error.h>
    1.14  
    1.15 +#include <lemon/bits/default_map.h>
    1.16 +
    1.17 +
    1.18 +///\ingroup graphbits
    1.19 +///\file
    1.20 +///\brief Extenders for the graph adaptor types
    1.21  namespace lemon {
    1.22  
    1.23 +  /// \ingroup graphbits
    1.24 +  ///
    1.25 +  /// \brief Extender for the GraphAdaptors
    1.26    template <typename Base>
    1.27    class GraphAdaptorExtender : public Base {
    1.28    public:
    1.29 @@ -183,6 +194,9 @@
    1.30    };
    1.31  
    1.32  
    1.33 +  /// \ingroup graphbits
    1.34 +  ///
    1.35 +  /// \brief Extender for the UGraphAdaptors
    1.36    template <typename Base> 
    1.37    class UGraphAdaptorExtender : public Base {
    1.38    public: