class Graph::EdgeIdSet
Declaration
class Graph::EdgeIdSet { /* full declaration omitted */ };
Declared at: llvm/include/llvm/CodeGen/PBQP/Graph.h:301
Method Overview
- public EdgeIdSet(const Graph<SolverT> & G)
- public llvm::PBQP::Graph::EdgeItr begin() const
- public bool empty() const
- public llvm::PBQP::Graph::EdgeItr end() const
- public typename NodeVector::size_type size() const
Methods
¶EdgeIdSet(const Graph<SolverT>& G)
EdgeIdSet(const Graph<SolverT>& G)
Declared at: llvm/include/llvm/CodeGen/PBQP/Graph.h:303
Parameters
- const Graph<SolverT>& G
¶llvm::PBQP::Graph::EdgeItr begin() const
llvm::PBQP::Graph::EdgeItr begin() const
Declared at: llvm/include/llvm/CodeGen/PBQP/Graph.h:305
¶bool empty() const
bool empty() const
Declared at: llvm/include/llvm/CodeGen/PBQP/Graph.h:308
¶llvm::PBQP::Graph::EdgeItr end() const
llvm::PBQP::Graph::EdgeItr end() const
Declared at: llvm/include/llvm/CodeGen/PBQP/Graph.h:306
¶typename NodeVector::size_type size() const
typename NodeVector::size_type size() const
Declared at: llvm/include/llvm/CodeGen/PBQP/Graph.h:310