COIN-OR::LEMON - Graph Library

Changeset 2111:ea1fa1bc3f6d in lemon-0.x for lemon/edge_set.h


Ignore:
Timestamp:
06/28/06 17:06:24 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2817
Message:

Removing concepts for extendable and erasable graphs
Renaming StaticGraph? to Graph

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/edge_set.h

    r2076 r2111  
    239239  ///
    240240  /// \param _Graph The type of the graph which shares its node set with
    241   /// this class. Its interface must conform to the \ref concept::StaticGraph
    242   /// "StaticGraph" concept.
     241  /// this class. Its interface must conform to the \ref concept::Graph
     242  /// "Graph" concept.
    243243  ///
    244244  /// In the edge extension and removing it conforms to the
    245   /// \ref concept::ErasableGraph "ErasableGraph" concept.
     245  /// \ref concept::Graph "Graph" concept.
    246246  template <typename _Graph>
    247247  class ListEdgeSet : public EdgeSetExtender<ListEdgeSetBase<_Graph> > {
     
    331331  ///
    332332  /// \param _Graph The type of the graph which shares its node set with
    333   /// this class. Its interface must conform to the \ref concept::StaticGraph
    334   /// "StaticGraph" concept.
     333  /// this class. Its interface must conform to the \ref concept::Graph
     334  /// "Graph" concept.
    335335  ///
    336336  /// In the edge extension and removing it conforms to the
    337   /// \ref concept::ErasableUGraph "ErasableUGraph" concept.
     337  /// \ref concept::UGraph "UGraph" concept.
    338338  template <typename _Graph>
    339339  class ListUEdgeSet
     
    568568  ///
    569569  /// \param _Graph The type of the graph which shares its node set with
    570   /// this class. Its interface must conform to the \ref concept::StaticGraph
    571   /// "StaticGraph" concept.
     570  /// this class. Its interface must conform to the \ref concept::Graph
     571  /// "Graph" concept.
    572572  ///
    573573  /// In the edge extension and removing it conforms to the
    574   /// \ref concept::ExtendableGraph "ExtendableGraph" concept.
     574  /// \ref concept::Graph "Graph" concept.
    575575  template <typename _Graph>
    576576  class SmartEdgeSet : public EdgeSetExtender<SmartEdgeSetBase<_Graph> > {
     
    663663  ///
    664664  /// \param _Graph The type of the graph which shares its node set with
    665   /// this class. Its interface must conform to the \ref concept::StaticGraph
    666   /// "StaticGraph" concept.
     665  /// this class. Its interface must conform to the \ref concept::Graph
     666  /// "Graph" concept.
    667667  ///
    668668  /// In the edge extension and removing it conforms to the
    669   /// \ref concept::ExtendableUGraph "ExtendableUGraph" concept.
     669  /// \ref concept::UGraph "UGraph" concept.
    670670  template <typename _Graph>
    671671  class SmartUEdgeSet
Note: See TracChangeset for help on using the changeset viewer.