#include <LinearityPair.hpp>


Public Member Functions | |
| VarClassPair (OA_ptr< Location > v1, LinearityClass lclass2) | |
| OA_ptr< Location > | getVar () |
| LinearityClass | getLClass () |
| bool | operator== (VarClassPair &other) |
| bool | operator< (VarClassPair &other) |
| void | output (IRHandlesIRInterface &ir) |
Private Attributes | |
| OA_ptr< Location > | v |
| LinearityClass | lclass |
Definition at line 101 of file LinearityPair.hpp.
| OA::Linearity::VarClassPair::VarClassPair | ( | OA_ptr< Location > | v1, | |
| LinearityClass | lclass2 | |||
| ) | [inline] |
| LinearityClass OA::Linearity::VarClassPair::getLClass | ( | ) |
Definition at line 77 of file LinearityPair.cpp.
References v.
Referenced by operator<(), and operator==().
| bool OA::Linearity::VarClassPair::operator< | ( | VarClassPair & | other | ) |
| bool OA::Linearity::VarClassPair::operator== | ( | VarClassPair & | other | ) |
| void OA::Linearity::VarClassPair::output | ( | IRHandlesIRInterface & | ir | ) | [virtual] |
Implements OA::Annotation.
Definition at line 100 of file LinearityPair.cpp.
References OA::Linearity::LinearityClass::getLClass(), lclass, OA::Annotation::sOutBuild, and v.

Definition at line 127 of file LinearityPair.hpp.
Referenced by getLClass(), output(), and VarClassPair().
OA_ptr<Location> OA::Linearity::VarClassPair::v [private] |
Definition at line 126 of file LinearityPair.hpp.
Referenced by getVar(), operator<(), operator==(), output(), and VarClassPair().
1.5.7.1