ROSE
0.9.6a
|
#include <ConstrGraph.h>
Public Member Functions | |
leIterator (const ConstrGraph *parent, const std::map< varID, std::map< varID, affineInequality > >::iterator &curX) | |
leIterator (const ConstrGraph *parent, const varID &x) | |
bool | isDone () const |
varAffineInequality | operator* () const |
void | operator++ () |
void | operator++ (int) |
bool | operator== (const leIterator &otherIt) const |
bool | operator!= (const leIterator &otherIt) const |
Private Attributes | |
varID | x |
const ConstrGraph * | parent |
std::map< varID, std::map < varID, affineInequality > >::const_iterator | curX |
std::map< varID, affineInequality > ::const_iterator | curY |
Definition at line 545 of file ConstrGraph.h.
ConstrGraph::leIterator::leIterator | ( | const ConstrGraph * | parent, |
const std::map< varID, std::map< varID, affineInequality > >::iterator & | curX | ||
) |
ConstrGraph::leIterator::leIterator | ( | const ConstrGraph * | parent, |
const varID & | x | ||
) |
bool ConstrGraph::leIterator::isDone | ( | ) | const |
varAffineInequality ConstrGraph::leIterator::operator* | ( | ) | const |
void ConstrGraph::leIterator::operator++ | ( | ) |
void ConstrGraph::leIterator::operator++ | ( | int | ) |
bool ConstrGraph::leIterator::operator== | ( | const leIterator & | otherIt) | const |
bool ConstrGraph::leIterator::operator!= | ( | const leIterator & | otherIt) | const |
|
private |
Definition at line 547 of file ConstrGraph.h.
|
private |
Definition at line 548 of file ConstrGraph.h.
|
private |
Definition at line 549 of file ConstrGraph.h.
|
private |
Definition at line 550 of file ConstrGraph.h.