Cppcheck
|
#include <exprengine.h>
Public Member Functions | |
StringLiteralValue (const std::string &name, const std::string &s) | |
std::string | getRange () const override |
int | size () const |
![]() | |
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 | |
const std::string | string |
![]() | |
const std::string | name |
ValueType | type |
Definition at line 221 of file exprengine.h.
|
inline |
Definition at line 223 of file exprengine.h.
|
inlineoverridevirtual |
Reimplemented from ExprEngine::Value.
Definition at line 225 of file exprengine.h.
|
inline |
Definition at line 229 of file exprengine.h.
const std::string ExprEngine::StringLiteralValue::string |
Definition at line 232 of file exprengine.h.