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