COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
02/07/05 11:49:44 (19 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1533
Message:

Documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/alteration_notifier.h

    r1040 r1134  
    322322  public:
    323323
    324     EdgeNotifier& getNotifier(Edge = INVALID) const {
     324    /// \brief Gives back the edge alteration notifier.
     325    ///
     326    /// Gives back the edge alteration notifier.
     327    EdgeNotifier& getNotifier(Edge) const {
    325328      return edge_notifier;
    326329    }
    327330
    328     NodeNotifier& getNotifier(Node = INVALID) const {
     331    /// \brief Gives back the node alteration notifier.
     332    ///
     333    /// Gives back the node alteration notifier.
     334    NodeNotifier& getNotifier(Node) const {
    329335      return node_notifier;
    330336    }
Note: See TracChangeset for help on using the changeset viewer.