#include <CachingVariable.h>
Public Member Functions | |
getObject () | |
Public Attributes | |
const LHS * | lhs |
const RHS * | rhs |
bool | test |
Definition at line 428 of file CachingVariable.h.
TwoObjectVariable< LHS, lLHS, RHS, lRHS, Calculator >::getObject::getObject | ( | ) | [inline] |
Definition at line 430 of file CachingVariable.h.
const LHS* TwoObjectVariable< LHS, lLHS, RHS, lRHS, Calculator >::getObject::lhs |
Definition at line 432 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 433 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 431 of file CachingVariable.h.
Referenced by TwoObjectVariable< LHS, lLHS, RHS, lRHS, Calculator >::eval(), and TwoObjectVariable< LHS, lLHS, RHS, lRHS, Calculator >::objects().