OMNeT++ Simulation Library
6.0.3
|
This is the complete list of members for cExpression, including all inherited members.
boolValue(Context *context) const =0 | cExpression | pure virtual |
boolValue(cComponent *contextComponent=nullptr) const | cExpression | virtual |
cExpression() | cExpression | inlineexplicit |
cExpression(const cExpression &other)=default | cExpression | |
compare(const cExpression *other) const =0 | cExpression | pure virtual |
doubleValue(Context *context, const char *expectedUnit=nullptr) const =0 | cExpression | pure virtual |
doubleValue(cComponent *contextComponent=nullptr, const char *expectedUnit=nullptr) const | cExpression | virtual |
dup() const =0 | cExpression | pure virtual |
evaluate(Context *context) const =0 | cExpression | pure virtual |
evaluate(cComponent *contextComponent=nullptr) const | cExpression | virtual |
getSourceLocation() const =0 | cExpression | pure virtual |
intValue(Context *context, const char *expectedUnit=nullptr) const =0 | cExpression | pure virtual |
intValue(cComponent *contextComponent=nullptr, const char *expectedUnit=nullptr) const | cExpression | virtual |
isAConstant() const | cExpression | inlinevirtual |
operator=(const cExpression &other) | cExpression | inline |
parse(const char *text)=0 | cExpression | pure virtual |
str() const | cExpression | inlinevirtual |
stringValue(Context *context) const =0 | cExpression | pure virtual |
stringValue(cComponent *contextComponent=nullptr) const | cExpression | virtual |
xmlValue(Context *context) const =0 | cExpression | pure virtual |
xmlValue(cComponent *contextComponent=nullptr) const | cExpression | virtual |
~cExpression() | cExpression | inlinevirtual |