#include <LinearityPair.hpp>


Public Member Functions | |
| SimpleAbstractVar () | |
| ~SimpleAbstractVar () | |
| SimpleAbstractVar (char v) | |
| char | getVar () |
| void | operator= (AbstractVar &other) |
| bool | operator== (AbstractVar &other) |
| bool | operator< (AbstractVar &other) |
Private Attributes | |
| char | var |
Definition at line 51 of file LinearityPair.hpp.
| OA::Linearity::SimpleAbstractVar::SimpleAbstractVar | ( | ) | [inline] |
Definition at line 55 of file LinearityPair.hpp.
| OA::Linearity::SimpleAbstractVar::~SimpleAbstractVar | ( | ) | [inline] |
Definition at line 56 of file LinearityPair.hpp.
| OA::Linearity::SimpleAbstractVar::SimpleAbstractVar | ( | char | v | ) | [inline] |
| char OA::Linearity::SimpleAbstractVar::getVar | ( | ) | [inline, virtual] |
Implements OA::Linearity::AbstractVar.
Definition at line 58 of file LinearityPair.hpp.
References var.
| bool OA::Linearity::SimpleAbstractVar::operator< | ( | AbstractVar & | other | ) | [virtual] |
Implements OA::Linearity::AbstractVar.
Definition at line 34 of file LinearityPair.cpp.
References OA::Linearity::AbstractVar::getVar(), and var.

| void OA::Linearity::SimpleAbstractVar::operator= | ( | AbstractVar & | other | ) | [virtual] |
Implements OA::Linearity::AbstractVar.
Definition at line 25 of file LinearityPair.cpp.
References OA::Linearity::AbstractVar::getVar(), and var.

| bool OA::Linearity::SimpleAbstractVar::operator== | ( | AbstractVar & | other | ) | [virtual] |
Implements OA::Linearity::AbstractVar.
Definition at line 29 of file LinearityPair.cpp.
References OA::Linearity::AbstractVar::getVar(), and var.

char OA::Linearity::SimpleAbstractVar::var [private] |
Definition at line 53 of file LinearityPair.hpp.
Referenced by getVar(), operator<(), operator=(), operator==(), and SimpleAbstractVar().
1.5.7.1