Cppcheck
|
#include <exprengine.h>
Public Member Functions | |
AddressOfValue (const std::string &name, int varId) | |
std::string | getRange () const override |
![]() | |
Value (const std::string &name, const ValueType type) | |
virtual | ~Value () |
virtual std::string | getSymbolicExpression () const |
virtual bool | isEqual (const DataBase *dataBase, int value) const |
virtual bool | isGreaterThan (const DataBase *dataBase, int value) const |
virtual bool | isLessThan (const DataBase *dataBase, int value) const |
virtual bool | isUninit (const DataBase *dataBase) const |
Public Attributes | |
int | varId |
![]() | |
const std::string | name |
ValueType | type |
Definition at line 261 of file exprengine.h.
|
inline |
Definition at line 263 of file exprengine.h.
|
inlineoverridevirtual |
Reimplemented from ExprEngine::Value.
Definition at line 268 of file exprengine.h.
References varId.
int ExprEngine::AddressOfValue::varId |
Definition at line 272 of file exprengine.h.
Referenced by getRange().