#include <lemon/concept/bpugraph.h>
Inherited by BpUGraph::BNodeIt.
Inheritance diagram for BpUGraph::BNode:
Public Member Functions | |
BNode () | |
Default constructor. | |
BNode (const BNode &) | |
Copy constructor. | |
BNode (const Node &) | |
Construct the same node as BNode. | |
BNode (Invalid) | |
Invalid constructor & conversion. | |
bool | operator== (BNode) const |
Equality operator. | |
bool | operator!= (BNode) const |
Inequality operator. | |
bool | operator< (BNode) const |
Artificial ordering operator. |
|
|
|
Copy constructor. |
|
Construct the same node as BNode. It may throws assertion when the given node is from the ANode 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.
|