COIN-OR::LEMON - Graph Library

Changeset 2260:4274224f8a7d in lemon-0.x for lemon/edge_set.h


Ignore:
Timestamp:
10/24/06 19:19:16 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3016
Message:

concept -> concepts (namespace & directory)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/edge_set.h

    r2224 r2260  
    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::Graph
     241  /// this class. Its interface must conform to the \ref concepts::Graph
    242242  /// "Graph" concept.
    243243  ///
    244244  /// In the edge extension and removing it conforms to the
    245   /// \ref concept::Graph "Graph" concept.
     245  /// \ref concepts::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::Graph
     333  /// this class. Its interface must conform to the \ref concepts::Graph
    334334  /// "Graph" concept.
    335335  ///
    336336  /// In the edge extension and removing it conforms to the
    337   /// \ref concept::UGraph "UGraph" concept.
     337  /// \ref concepts::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::Graph
     570  /// this class. Its interface must conform to the \ref concepts::Graph
    571571  /// "Graph" concept.
    572572  ///
    573573  /// In the edge extension and removing it conforms to the
    574   /// \ref concept::Graph "Graph" concept.
     574  /// \ref concepts::Graph "Graph" concept.
    575575  template <typename _Graph>
    576576  class SmartEdgeSet : public EdgeSetExtender<SmartEdgeSetBase<_Graph> > {
     
    672672  ///
    673673  /// \param _Graph The type of the graph which shares its node set with
    674   /// this class. Its interface must conform to the \ref concept::Graph
     674  /// this class. Its interface must conform to the \ref concepts::Graph
    675675  /// "Graph" concept.
    676676  ///
    677677  /// In the edge extension and removing it conforms to the
    678   /// \ref concept::UGraph "UGraph" concept.
     678  /// \ref concepts::UGraph "UGraph" concept.
    679679  template <typename _Graph>
    680680  class SmartUEdgeSet
Note: See TracChangeset for help on using the changeset viewer.