Iterator over node sets. More...
#include <bin-packing.hh>
Public Member Functions | |
Nodes (const NodeSet &ns) | |
Initialize for nodes in ns. |
Iteration control | |
void | operator++ (void) |
Move iterator to next node (if possible) |
Node access | |
int | operator() (void) const |
Return current node. |
Iterator over node sets.
Definition at line 243 of file bin-packing.hh.
|
inline |
Initialize for nodes in ns.
Definition at line 115 of file conflict-graph.hpp.
|
inline |
Move iterator to next node (if possible)
Definition at line 118 of file conflict-graph.hpp.
|
inline |
Return current node.
Definition at line 122 of file conflict-graph.hpp.