ROSE
0.9.6a
|
#include <ConstrGraph.h>
Public Member Functions | |
geIterator () | |
geIterator (const ConstrGraph *parent, const varID &y) | |
geIterator (const ConstrGraph *parent, const varID &y, const std::map< varID, std::map< varID, affineInequality > >::iterator &curX, const std::map< varID, affineInequality >::iterator &curY) | |
bool | step () |
bool | advance () |
bool | isDone () const |
const varID & | getX () const |
varAffineInequality | operator* () const |
void | operator++ () |
void | operator++ (int) |
bool | operator== (const geIterator &otherIt) const |
bool | operator!= (const geIterator &otherIt) const |
Private Attributes | |
bool | isEnd |
std::map< varID, std::map < varID, affineInequality > >::const_iterator | curX |
std::map< varID, affineInequality > ::const_iterator | curY |
const ConstrGraph * | parent |
const varID | y |
Definition at line 575 of file ConstrGraph.h.
ConstrGraph::geIterator::geIterator | ( | ) |
ConstrGraph::geIterator::geIterator | ( | const ConstrGraph * | parent, |
const varID & | y | ||
) |
ConstrGraph::geIterator::geIterator | ( | const ConstrGraph * | parent, |
const varID & | y, | ||
const std::map< varID, std::map< varID, affineInequality > >::iterator & | curX, | ||
const std::map< varID, affineInequality >::iterator & | curY | ||
) |
bool ConstrGraph::geIterator::step | ( | ) |
bool ConstrGraph::geIterator::advance | ( | ) |
bool ConstrGraph::geIterator::isDone | ( | ) | const |
const varID& ConstrGraph::geIterator::getX | ( | ) | const |
varAffineInequality ConstrGraph::geIterator::operator* | ( | ) | const |
void ConstrGraph::geIterator::operator++ | ( | ) |
void ConstrGraph::geIterator::operator++ | ( | int | ) |
bool ConstrGraph::geIterator::operator== | ( | const geIterator & | otherIt) | const |
bool ConstrGraph::geIterator::operator!= | ( | const geIterator & | otherIt) | const |
|
private |
Definition at line 577 of file ConstrGraph.h.
|
private |
Definition at line 578 of file ConstrGraph.h.
|
private |
Definition at line 579 of file ConstrGraph.h.
|
private |
Definition at line 580 of file ConstrGraph.h.
|
private |
Definition at line 581 of file ConstrGraph.h.