LLVM API Documentation

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

#include <Graph.h>

List of all members.

Public Member Functions

 NodeItr (NodeId CurNId, const Graph &G)
bool operator== (const NodeItr &O) const
bool operator!= (const NodeItr &O) const
NodeItroperator++ ()
NodeId operator* () const

Detailed Description

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

Definition at line 236 of file Graph.h.


Constructor & Destructor Documentation

template<typename SolverT >
PBQP::Graph< SolverT >::NodeItr::NodeItr ( NodeId  CurNId,
const Graph G 
) [inline]

Definition at line 238 of file Graph.h.


Member Function Documentation

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

Definition at line 244 of file Graph.h.

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

Definition at line 246 of file Graph.h.

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

Definition at line 245 of file Graph.h.

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

Definition at line 243 of file Graph.h.


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