#include <CachingVariable.h>
Public Member Functions | |
getObject () | |
Public Attributes | |
const LHS * | lhs |
const RHS * | rhs |
bool | test |
Definition at line 448 of file CachingVariable.h.
|
inline |
Definition at line 450 of file CachingVariable.h.
const LHS* TwoObjectVariable< LHS, lLHS, RHS, lRHS, Calculator >::getObject::lhs |
Definition at line 452 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 453 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 |
Definition at line 451 of file CachingVariable.h.
Referenced by TwoObjectVariable< LHS, lLHS, RHS, lRHS, Calculator >::eval(), and TwoObjectVariable< LHS, lLHS, RHS, lRHS, Calculator >::objects().