LLVM 19.0.0git
Public Member Functions | List of all members
llvm::PBQP::Graph< SolverT >::EdgeItr Class Reference

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

Public Member Functions

 EdgeItr (EdgeId CurEId, const Graph &G)
 
bool operator== (const EdgeItr &O) const
 
bool operator!= (const EdgeItr &O) const
 
EdgeItroperator++ ()
 
EdgeId operator* () const
 

Detailed Description

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

Definition at line 260 of file Graph.h.

Constructor & Destructor Documentation

◆ EdgeItr()

template<typename SolverT >
llvm::PBQP::Graph< SolverT >::EdgeItr::EdgeItr ( EdgeId  CurEId,
const Graph G 
)
inline

Definition at line 262 of file Graph.h.

References llvm::size().

Member Function Documentation

◆ operator!=()

template<typename SolverT >
bool llvm::PBQP::Graph< SolverT >::EdgeItr::operator!= ( const EdgeItr O) const
inline

Definition at line 268 of file Graph.h.

◆ operator*()

template<typename SolverT >
EdgeId llvm::PBQP::Graph< SolverT >::EdgeItr::operator* ( ) const
inline

Definition at line 270 of file Graph.h.

◆ operator++()

template<typename SolverT >
EdgeItr & llvm::PBQP::Graph< SolverT >::EdgeItr::operator++ ( )
inline

Definition at line 269 of file Graph.h.

◆ operator==()

template<typename SolverT >
bool llvm::PBQP::Graph< SolverT >::EdgeItr::operator== ( const EdgeItr O) const
inline

Definition at line 267 of file Graph.h.


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