LLVM  8.0.1
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 302 of file Graph.h.

Constructor & Destructor Documentation

◆ EdgeIdSet()

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

Definition at line 304 of file Graph.h.

Member Function Documentation

◆ begin()

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

Definition at line 306 of file Graph.h.

References G.

◆ empty()

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

Definition at line 309 of file Graph.h.

References G.

◆ end()

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

Definition at line 307 of file Graph.h.

References G.

◆ size()

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

Definition at line 311 of file Graph.h.

References G.


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