UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ExpressionParser.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "Containers/Array.h"
6#include "CoreTypes.h"
7#include "HAL/PlatformCrt.h"
10
20namespace ExpressionParser
21{
22 template <typename CharType>
24
25 template <typename CharType>
27
30
32 template <typename CharType>
33 CORE_API TLexResultType<CharType> Lex(const CharType* InExpression, const TTokenDefinitions<CharType>& TokenDefinitions);
34
36 template <typename CharType>
38
40 template <typename CharType>
42
44 template <typename CharType>
46
48 template <typename CharType>
50
52 template <typename CharType, typename ContextType>
58
59 template<typename ContextType>
65}
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition ExpressionParserTypes.h:557
Definition Array.h:670
Definition ExpressionParserTypes.h:263
Definition ExpressionParserTypes.h:499
Definition ValueOrError.h:58
Definition BasicMathExpressionEvaluator.cpp:13
TLexResultType< CharType > Lex(const CharType *InExpression, const TTokenDefinitions< CharType > &TokenDefinitions)
Definition ExpressionParser.cpp:695
FExpressionResult Evaluate(const CharType *InExpression, const TTokenDefinitions< CharType > &InTokenDefinitions, const FExpressionGrammar &InGrammar, const TIOperatorEvaluationEnvironment< CharType > &InEnvironment)
Definition ExpressionParser.cpp:728
Definition ExpressionParserTypes.h:27
Definition ExpressionParserTypes.h:278
Definition ExpressionParserTypes.h:412
Definition ExpressionParserTypes.h:424
Definition ExpressionParserTypes.h:317