Enzo
Loading...
Searching...
No Matches
src
Engine
Expression
DasContext.h
1
#pragma once
2
#include "daScript/daScript.h"
3
4
namespace
enzo::expr {
5
6
class
ExpressionContext;
7
16
struct
DasContext
: das::Context
17
{
18
DasContext
(uint32_t stackSize) : das::Context(stackSize) {}
19
20
const
ExpressionContext
* expressionContext =
nullptr
;
21
};
22
23
}
// namespace enzo::expr
enzo::expr::ExpressionContext
The world a single expression evaluation reads and writes to.
Definition
ExpressionContext.h:21
enzo::expr::DasContext
A daslang runtime context that also carries our evaluation world.
Definition
DasContext.h:17
Generated by
1.12.0