COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
03/03/06 13:35:32 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2601
Message:

Some documentation arrangement modification

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/edge_set_extender.h

    r1991 r1996  
    1717 */
    1818
    19 
     19#ifndef LEMON_BITS_EDGE_SET_EXTENDER_H
     20#define LEMON_BITS_EDGE_SET_EXTENDER_H
     21
     22#include <lemon/bits/invalid.h>
     23#include <lemon/error.h>
     24
     25#include <lemon/bits/default_map.h>
     26
     27///\ingroup graphbits
     28///\file
     29///\brief Extenders for the edge set types
    2030namespace lemon {
    2131
     32  /// \ingroup graphbits
     33  ///
     34  /// \brief Extender for the EdgeSets
    2235  template <typename Base>
    2336  class EdgeSetExtender : public Base {
     
    260273
    261274
     275  /// \ingroup graphbits
     276  ///
     277  /// \brief Extender for the UEdgeSets
    262278  template <typename Base>
    263279  class UEdgeSetExtender : public Base {
     
    608624   
    609625  };
     626
    610627}
     628
     629#endif
Note: See TracChangeset for help on using the changeset viewer.