LLVM 19.0.0git
Public Member Functions | List of all members
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.

References G.

Member Function Documentation

◆ begin()

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

Definition at line 305 of file Graph.h.

References G.

◆ empty()

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

Definition at line 308 of file Graph.h.

References G.

◆ end()

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

Definition at line 306 of file Graph.h.

References G.

◆ size()

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

Definition at line 310 of file Graph.h.

References G.

Referenced by llvm::PBQP::Graph< SolverT >::getNumEdges().


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