LLVM API Documentation
#include <Graph.h>
Public Member Functions | |
| EdgeIdSet (const Graph &G) | |
| EdgeItr | begin () const |
| EdgeItr | end () const |
| bool | empty () const |
| NodeVector::size_type | size () const |
| PBQP::Graph< SolverT >::EdgeIdSet::EdgeIdSet | ( | const Graph & | G | ) | [inline] |
| EdgeItr PBQP::Graph< SolverT >::EdgeIdSet::begin | ( | ) | const [inline] |
| bool PBQP::Graph< SolverT >::EdgeIdSet::empty | ( | ) | const [inline] |
| EdgeItr PBQP::Graph< SolverT >::EdgeIdSet::end | ( | ) | const [inline] |
| NodeVector::size_type PBQP::Graph< SolverT >::EdgeIdSet::size | ( | ) | const [inline] |
Definition at line 307 of file Graph.h.
Referenced by PBQP::Graph< SolverT >::dump(), and PBQP::Graph< SolverT >::getNumEdges().