#include <lemon/concept/bpugraph.h>
Inherited by BpUGraph::ANodeIt.
Inheritance diagram for BpUGraph::ANode:
Public Member Functions | |
ANode () | |
Default constructor. | |
ANode (const ANode &) | |
Copy constructor. | |
ANode (const Node &) | |
Construct the same node as ANode. | |
ANode (Invalid) | |
Invalid constructor & conversion. | |
bool | operator== (ANode) const |
Equality operator. | |
bool | operator!= (ANode) const |
Inequality operator. | |
bool | operator< (ANode) const |
Artificial ordering operator. |
|
|
|
Copy constructor. |
|
Construct the same node as ANode. It may throws assertion when the given node is from the BNode set. |
|
This constructor initializes the iterator to be invalid.
|
|
Two iterators are equal if and only if they point to the same object or both are invalid. |
|
|
|
To allow the use of graph descriptors as key type in std::map or similar associative container we require this.
|