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