Struct zmbt::lang::Expression::EvalContext¶
ClassList > zmbt > lang > Expression > EvalContext
Expression evaluation context.
#include <expression.hpp>
Public Attributes¶
Type | Name |
---|---|
std::uint64_t const | depth Evaluation stack depth. |
EvalLog | log Evaluation log. |
Operator | op Operator . |
Public Functions¶
Type | Name |
---|---|
EvalContext | operator++ (int) const Copy context with depth increment. |
Public Attributes Documentation¶
variable depth¶
Evaluation stack depth.
variable log¶
Evaluation log.
variable op¶
Operator .
Public Functions Documentation¶
function operator++¶
Copy context with depth increment.
The documentation for this class was generated from the following file zmbt-framework/zmbt-framework/backends/cxx/include/zmbt/expr/expression.hpp