#include <CachingVariable.h>
Public Member Functions | |
getObject () | |
Public Attributes | |
const LHS * | lhs |
const RHS * | rhs |
bool | test |
Definition at line 452 of file CachingVariable.h.
|
inline |
Definition at line 454 of file CachingVariable.h.
const LHS* TwoObjectVariable< LHS, lLHS, RHS, lRHS, Calculator >::getObject::lhs |
Definition at line 456 of file CachingVariable.h.
Referenced by TwoObjectVariable< LHS, lLHS, RHS, lRHS, Calculator >::calculate(), and TwoObjectVariable< LHS, lLHS, RHS, lRHS, Calculator >::objects().
const RHS* TwoObjectVariable< LHS, lLHS, RHS, lRHS, Calculator >::getObject::rhs |
Definition at line 457 of file CachingVariable.h.
Referenced by TwoObjectVariable< LHS, lLHS, RHS, lRHS, Calculator >::calculate(), and TwoObjectVariable< LHS, lLHS, RHS, lRHS, Calculator >::objects().
bool TwoObjectVariable< LHS, lLHS, RHS, lRHS, Calculator >::getObject::test |