| 26 | |
| 27 | ReadLockedPointer<const char> GetName() const noexcept { return name.Get(); } |
| 28 | ExpressionValue GetValue() const noexcept { return val; } |
| 29 | int16_t GetScope() const noexcept { return scope; } |
| 30 | void Assign(ExpressionValue& ev) THROWS(GCodeException); |
| 31 | void AssignIndexed(const ExpressionValue& ev, size_t numIndices, const uint32_t *_ecv_array indices) THROWS(GCodeException) pre(numIndices != 0; indices.lim >= numIndices); |