StaticGraph::Edge Class Reference

#include <graph.h>

Inheritance diagram for StaticGraph::Edge:

Inheritance graph
[legend]
List of all members.

Detailed Description

The base type of the edge iterators.

Definition at line 159 of file graph.h.

Public Member Functions

 Edge ()
 Default constructor.
 Edge (const Edge &)
 Copy constructor.
 Edge (Invalid)
 Initialize the iterator to be invalid.
bool operator== (Edge) const
 Equality operator.
bool operator!= (Edge) const
 Inequality operator.
bool operator< (Edge) const
 Comparison operator.


Constructor & Destructor Documentation

Edge  )  [inline]
 

Warning:
The default constructor sets the iterator to an undefined value.
Definition at line 165 of file graph.h.

Edge const Edge  )  [inline]
 

Copy constructor.Definition at line 170 of file graph.h.

Edge Invalid   )  [inline]
 

Initialize the iterator to be invalid.Definition at line 175 of file graph.h.


Member Function Documentation

bool operator== Edge   )  const [inline]
 

Two iterators are equal if and only if they point to the same object or both are invalid. Definition at line 180 of file graph.h.

bool operator!= Edge   )  const [inline]
 

See also:
operator==(Node n)
Definition at line 185 of file graph.h.

bool operator< Edge   )  const [inline]
 

This is a strict ordering between the nodes.

This ordering can be different from the order in which NodeIt goes through the nodes.

Todo:
Possibly we don't need it.
Definition at line 193 of file graph.h.


The documentation for this class was generated from the following file:
Generated on Thu Sep 30 12:18:40 2004 for LEMON by doxygen 1.3.8