Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Get or create a tuple based on `tuple(type1, type2, ...)_
| Name | CExprTupleType |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
Syntax
class CExprTupleType : public uLang::CExprTypeFormer
Inheritance Hierarchy
- CSharedMix → CAstNode → CExpressionBase → CExprTypeFormer → CExprTupleType
- CAttributable → CExpressionBase → CExprTypeFormer → CExprTupleType
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CExprTupleType
(
int32_t ReserveTypeExprNum |
uLang/Semantics/Expression.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TSPtrArray< CExpressionBase > & GetElementTypeExprs () |
uLang/Semantics/Expression.h | ||
TSPtrArray< CExpressionBase > & GetElementTypeExprs () |
uLang/Semantics/Expression.h | ||
const CTupleType * GetTupleType() |
uLang/Semantics/Expression.h | ||
void ReplaceElementTypeExpr
(
TSPtr< CExpressionBase >&& TypeExpr, |
uLang/Semantics/Expression.h |
Overridden from CAstNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual CUTF8String GetErrorDesc() |
Text methods. | uLang/Semantics/Expression.h | |
virtual EAstNodeType GetNodeType() |
uLang/Semantics/Expression.h | ||
virtual void VisitChildren
(
SAstVisitor& Visitor |
Iterates over this AST node's direct children, calling Visitor.Visit for each child. | uLang/Semantics/Expression.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool operator==
(
const CExpressionBase& Other |
uLang/Semantics/Expression.h |