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

#include <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

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

Definition at line 262 of file Graph.h.

Member Function Documentation

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

Definition at line 268 of file Graph.h.

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

Definition at line 270 of file Graph.h.

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

Definition at line 269 of file Graph.h.

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: