COIN-OR::LEMON - Graph Library

Changeset 1448:0274acee0e35 in lemon-0.x for lemon/concept/undir_graph.h


Ignore:
Timestamp:
06/07/05 18:12:14 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1928
Message:

UndirTag? added to the graphs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concept/undir_graph.h

    r1435 r1448  
    2727
    2828#include <lemon/concept/graph_component.h>
     29#include <lemon/utility.h>
    2930
    3031namespace lemon {
     
    234235    class UndirGraph {
    235236    public:
     237      ///\e
     238
     239      ///\todo undocumented
     240      ///
     241      typedef True UndirTag;
    236242
    237243      /// Type describing a node in the graph
Note: See TracChangeset for help on using the changeset viewer.