LLVM 22.0.0git
llvm::PBQP::Graph< SolverT >::EdgeIdSet Class Reference

#include "llvm/CodeGen/PBQP/Graph.h"

Public Member Functions

 EdgeIdSet (const Graph &G)
EdgeItr begin () const
EdgeItr end () const
bool empty () const
NodeVector::size_type size () const

Detailed Description

template<typename SolverT>
class llvm::PBQP::Graph< SolverT >::EdgeIdSet

Definition at line 301 of file Graph.h.

Constructor & Destructor Documentation

◆ EdgeIdSet()

template<typename SolverT>
llvm::PBQP::Graph< SolverT >::EdgeIdSet::EdgeIdSet ( const Graph & G)
inline

Definition at line 303 of file Graph.h.

Member Function Documentation

◆ begin()

template<typename SolverT>
EdgeItr llvm::PBQP::Graph< SolverT >::EdgeIdSet::begin ( ) const
inline

Definition at line 305 of file Graph.h.

◆ empty()

template<typename SolverT>
bool llvm::PBQP::Graph< SolverT >::EdgeIdSet::empty ( ) const
inline

Definition at line 308 of file Graph.h.

◆ end()

template<typename SolverT>
EdgeItr llvm::PBQP::Graph< SolverT >::EdgeIdSet::end ( ) const
inline

Definition at line 306 of file Graph.h.

◆ size()

template<typename SolverT>
NodeVector::size_type llvm::PBQP::Graph< SolverT >::EdgeIdSet::size ( ) const
inline

Definition at line 310 of file Graph.h.


The documentation for this class was generated from the following file: