LLVM API Documentation

Public Member Functions
PBQP::Graph< SolverT >::EdgeItr Class Reference

#include <Graph.h>

List of all members.

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 PBQP::Graph< SolverT >::EdgeItr

Definition at line 262 of file Graph.h.


Constructor & Destructor Documentation

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

Definition at line 264 of file Graph.h.


Member Function Documentation

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

Definition at line 270 of file Graph.h.

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

Definition at line 272 of file Graph.h.

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

Definition at line 271 of file Graph.h.

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

Definition at line 269 of file Graph.h.


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