3#include <Foundation/CodeUtils/Expression/ExpressionAST.h>
4#include <Foundation/Types/Delegate.h>
45 PL_DECLARE_POD_TYPE();
Definition DynamicArray.h:81
Definition ExpressionAST.h:9
Definition ExpressionByteCode.h:10
Definition ExpressionCompiler.h:9
Definition HashTable.h:333
A hybrid array uses in-place storage to handle the first few elements without any allocation....
Definition HybridArray.h:12
plStringView represent a read-only sub-string of a larger string, as it can store a dedicated string ...
Definition StringView.h:34
A generic delegate class which supports static functions and member functions.
Definition Delegate.h:76
Definition ExpressionAST.h:223
Definition ExpressionAST.h:195
Definition ExpressionAST.h:240
Default enum for returning failure or success, instead of using a bool.
Definition Types.h:54