COIN-OR::LEMON - Graph Library

Changeset 157:2ccc1afc2c52 in lemon-main for lemon/graph_utils.h


Ignore:
Timestamp:
05/24/08 23:20:49 (16 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Using \tparam commands + removing \author commands (ticket #29, #39)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/graph_utils.h

    r148 r157  
    355355  ///\sa AllArcLookUp
    356356  ///\sa DynArcLookUp
    357   ///
    358   /// \author Balazs Dezso
    359357  template <typename _Graph>
    360358  class ConArcIt : public _Graph::Arc {
     
    479477  ///
    480478  ///\sa findEdge()
    481   ///
    482   /// \author Balazs Dezso
    483479  template <typename _Graph>
    484480  class ConEdgeIt : public _Graph::Edge {
     
    12431239  /// with stl compatible forward iterator.
    12441240  ///
    1245   /// \param _Graph The graph type.
    1246   /// \param _Item The item type of the graph.
    1247   /// \param _Value The value type of the map.
     1241  /// \tparam _Graph The graph type.
     1242  /// \tparam _Item The item type of the graph.
     1243  /// \tparam _Value The value type of the map.
    12481244  ///
    12491245  /// \see IterableValueMap
     
    14481444  /// with its member class \c InverseMap, or with the \c operator() member.
    14491445  ///
    1450   /// \param _Graph The graph class the \c DescriptorMap belongs to.
    1451   /// \param _Item The Item is the Key of the Map. It may be Node, Arc or
     1446  /// \tparam _Graph The graph class the \c DescriptorMap belongs to.
     1447  /// \tparam _Item The Item is the Key of the Map. It may be Node, Arc or
    14521448  /// Edge.
    14531449  template <typename _Graph, typename _Item>
     
    16381634  /// The SourceMap gives back the source Node of the given arc.
    16391635  /// \see TargetMap
    1640   /// \author Balazs Dezso
    16411636  template <typename Digraph>
    16421637  class SourceMap {
     
    16781673  /// The TargetMap gives back the target Node of the given arc.
    16791674  /// \see SourceMap
    1680   /// \author Balazs Dezso
    16811675  template <typename Digraph>
    16821676  class TargetMap {
     
    17181712  /// Returns the "forward" directed arc view of an edge.
    17191713  /// \see BackwardMap
    1720   /// \author Balazs Dezso
    17211714  template <typename Graph>
    17221715  class ForwardMap {
     
    17581751  /// Returns the "backward" directed arc view of an edge.
    17591752  /// \see ForwardMap
    1760   /// \author Balazs Dezso
    17611753  template <typename Graph>
    17621754  class BackwardMap {
     
    20972089  ///queries.
    20982090  ///
    2099   ///\param G The type of the underlying digraph. 
     2091  ///\tparam G The type of the underlying digraph. 
    21002092  ///
    21012093  ///\sa ArcLookUp 
     
    25382530  ///proportional (<em>O(m</em>log<em>m)</em>) to the number of arcs).
    25392531  ///
    2540   ///\param G The type of the underlying digraph.
     2532  ///\tparam G The type of the underlying digraph.
    25412533  ///
    25422534  ///\sa DynArcLookUp
     
    26512643  ///proportional (<em>O(m</em>log<em>m)</em>) to the number of arcs).
    26522644  ///
    2653   ///\param G The type of the underlying digraph.
     2645  ///\tparam G The type of the underlying digraph.
    26542646  ///
    26552647  ///\sa DynArcLookUp
Note: See TracChangeset for help on using the changeset viewer.