Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

StaticGraph::Node Class Reference

#include <lemon/concept/graph.h>

Inheritance diagram for StaticGraph::Node:

Inheritance graph
[legend]
List of all members.

Detailed Description

This is the base type of each node iterator, thus each kind of node iterator converts to this. More precisely each kind of node iterator should be inherited from the trivial node iterator.

Definition at line 136 of file graph.h.

Public Member Functions

 Node ()
 Default constructor.
 Node (const Node &)
 Copy constructor.
 Node (Invalid)
 Invalid constructor & conversion.
bool operator== (Node) const
 Equality operator.
bool operator!= (Node) const
 Inequality operator.


Constructor & Destructor Documentation

Node  )  [inline]
 

Warning:
The default constructor sets the iterator to an undefined value.

Definition at line 142 of file graph.h.

Node const Node  )  [inline]
 

Copy constructor.

Definition at line 147 of file graph.h.

Node Invalid   )  [inline]
 

This constructor initializes the iterator to be invalid.

See also:
Invalid for more details.

Definition at line 153 of file graph.h.


Member Function Documentation

bool operator== Node   )  const [inline]
 

Two iterators are equal if and only if they point to the same object or both are invalid.

Definition at line 158 of file graph.h.

bool operator!= Node   )  const [inline]
 

See also:
operator==(Node n)

Definition at line 164 of file graph.h.


The documentation for this class was generated from the following file:
Generated on Sat Mar 19 10:58:57 2005 for LEMON by  doxygen 1.4.1