LLVM  8.0.1
Public Member Functions | List of all members
llvm::PBQP::Graph< SolverT >::NodeIdSet Class Reference

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

Public Member Functions

 NodeIdSet (const Graph &G)
 
NodeItr begin () const
 
NodeItr end () const
 
bool empty () const
 
NodeVector::size_type size () const
 

Detailed Description

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

Definition at line 285 of file Graph.h.

Constructor & Destructor Documentation

◆ NodeIdSet()

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

Definition at line 287 of file Graph.h.

Member Function Documentation

◆ begin()

template<typename SolverT>
NodeItr llvm::PBQP::Graph< SolverT >::NodeIdSet::begin ( ) const
inline

Definition at line 289 of file Graph.h.

References G.

◆ empty()

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

Definition at line 292 of file Graph.h.

References G.

◆ end()

template<typename SolverT>
NodeItr llvm::PBQP::Graph< SolverT >::NodeIdSet::end ( ) const
inline

Definition at line 290 of file Graph.h.

References G.

◆ size()

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

Definition at line 294 of file Graph.h.

References G.


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