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::NodeItr Class Reference

#include <Graph.h>

Public Member Functions

 NodeItr (NodeId nodeId, const Graph &g)
 
bool operator== (const NodeItr &n) const
 
bool operator!= (const NodeItr &n) const
 
NodeItroperator++ ()
 
NodeId operator* () const
 

Detailed Description

Definition at line 155 of file Graph.h.

Constructor & Destructor Documentation

PBQP::Graph::NodeItr::NodeItr ( NodeId  nodeId,
const Graph g 
)
inline

Definition at line 157 of file Graph.h.

Member Function Documentation

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

Definition at line 163 of file Graph.h.

NodeId PBQP::Graph::NodeItr::operator* ( ) const
inline

Definition at line 165 of file Graph.h.

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

Definition at line 164 of file Graph.h.

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

Definition at line 162 of file Graph.h.


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