Cogs.Core
|
Defines a string expression, to be parsed and evaluated by an expression context. More...
#include <Expressions.h>
Public Attributes | |
std::string | expressionString |
ExpressionVariable * | resultVariable = nullptr |
te_expr * | expression = nullptr |
size_t | hash = 0 |
Defines a string expression, to be parsed and evaluated by an expression context.
Definition at line 34 of file Expressions.h.
te_expr* Cogs::Core::Expression::expression = nullptr |
Definition at line 38 of file Expressions.h.
std::string Cogs::Core::Expression::expressionString |
Definition at line 36 of file Expressions.h.
size_t Cogs::Core::Expression::hash = 0 |
Definition at line 40 of file Expressions.h.
|
mutable |
Definition at line 37 of file Expressions.h.