LLVM API Documentation
#include <Graph.h>
Public Member Functions | |
| NodeItr (NodeId CurNId, const Graph &G) | |
| bool | operator== (const NodeItr &O) const |
| bool | operator!= (const NodeItr &O) const |
| NodeItr & | operator++ () |
| NodeId | operator* () const |
| PBQP::Graph< SolverT >::NodeItr::NodeItr | ( | NodeId | CurNId, |
| const Graph & | G | ||
| ) | [inline] |
| bool PBQP::Graph< SolverT >::NodeItr::operator!= | ( | const NodeItr & | O | ) | const [inline] |
| NodeId PBQP::Graph< SolverT >::NodeItr::operator* | ( | ) | const [inline] |
| NodeItr& PBQP::Graph< SolverT >::NodeItr::operator++ | ( | ) | [inline] |
| bool PBQP::Graph< SolverT >::NodeItr::operator== | ( | const NodeItr & | O | ) | const [inline] |