LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
PBQP::Graph::EdgeItr Class Reference

#include <Graph.h>

Public Member Functions

 EdgeItr (EdgeId edgeId, const Graph &g)
 
bool operator== (const EdgeItr &n) const
 
bool operator!= (const EdgeItr &n) const
 
EdgeItroperator++ ()
 
EdgeId operator* () const
 

Detailed Description

Definition at line 181 of file Graph.h.

Constructor & Destructor Documentation

PBQP::Graph::EdgeItr::EdgeItr ( EdgeId  edgeId,
const Graph g 
)
inline

Definition at line 183 of file Graph.h.

Member Function Documentation

bool PBQP::Graph::EdgeItr::operator!= ( const EdgeItr n) const
inline

Definition at line 189 of file Graph.h.

EdgeId PBQP::Graph::EdgeItr::operator* ( ) const
inline

Definition at line 191 of file Graph.h.

EdgeItr& PBQP::Graph::EdgeItr::operator++ ( )
inline

Definition at line 190 of file Graph.h.

bool PBQP::Graph::EdgeItr::operator== ( const EdgeItr n) const
inline

Definition at line 188 of file Graph.h.


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