LLVM: llvm::PBQP::Graph< SolverT >::NodeItr Class Reference (original) (raw)

#include "[llvm/CodeGen/PBQP/Graph.h](CodeGen%5F2PBQP%5F2Graph%5F8h%5Fsource.html)"

Public Types
using iterator_category = std::forward_iterator_tag
using value_type = NodeId
using difference_type = int
using pointer = NodeId *
using reference = NodeId &
Public Member Functions
NodeItr (NodeId CurNId, const Graph &G)
bool operator== (const NodeItr &O) const
bool operator!= (const NodeItr &O) const
NodeItr & operator++ ()
NodeId operator* () const

template
class llvm::PBQP::Graph< SolverT >::NodeItr

Definition at line 230 of file Graph.h.

difference_type

template

iterator_category

template

using llvm::PBQP::Graph< SolverT >::NodeItr::iterator_category = std::forward_iterator_tag

pointer

template

template

value_type

template

NodeItr()

template

operator!=()

template

operator*()

template

operator++()

template

operator==()

template


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