cgma
|
Public Member Functions | |
LoopIntersection (int i=0) | |
bool | operator< (const LoopIntersection &) const |
bool | operator> (const LoopIntersection &) const |
bool | operator<= (const LoopIntersection &) const |
bool | operator>= (const LoopIntersection &) const |
bool | operator== (const LoopIntersection &) const |
bool | operator!= (const LoopIntersection &) const |
Public Attributes | |
Loop * | loop_ptr |
RefVertex * | vtx_ptr |
Definition at line 89 of file PartitionTool.cpp.
LoopIntersection::LoopIntersection | ( | int | i = 0 | ) |
Definition at line 104 of file PartitionTool.cpp.
bool LoopIntersection::operator!= | ( | const LoopIntersection & | ) | const [inline] |
Definition at line 101 of file PartitionTool.cpp.
{ assert(0); return true; }
bool LoopIntersection::operator< | ( | const LoopIntersection & | ) | const [inline] |
Definition at line 96 of file PartitionTool.cpp.
{ assert(0); return false; }
bool LoopIntersection::operator<= | ( | const LoopIntersection & | ) | const [inline] |
Definition at line 98 of file PartitionTool.cpp.
{ assert(0); return false; }
bool LoopIntersection::operator== | ( | const LoopIntersection & | ) | const [inline] |
Definition at line 100 of file PartitionTool.cpp.
{ assert(0); return true; }
bool LoopIntersection::operator> | ( | const LoopIntersection & | ) | const [inline] |
Definition at line 97 of file PartitionTool.cpp.
{ assert(0); return false; }
bool LoopIntersection::operator>= | ( | const LoopIntersection & | ) | const [inline] |
Definition at line 99 of file PartitionTool.cpp.
{ assert(0); return false; }
Definition at line 90 of file PartitionTool.cpp.
Definition at line 91 of file PartitionTool.cpp.