Navigation
API > API/Runtime > API/Runtime/VerseCompiler
| Name | CTupleType |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticTypes.h |
| Include Path | #include "uLang/Semantics/SemanticTypes.h" |
Syntax
class CTupleType : public uLang::CNormalType
Inheritance Hierarchy
- CTypeBase → CNormalType → CTupleType
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CTupleType
(
CSemanticProgram& Program, |
uLang/Semantics/SemanticTypes.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ElementArray | TArrayG< const CTypeBase *, TInlineElementAllocator< 4 > > | uLang/Semantics/SemanticTypes.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticTypeKind | const ETypeKind | uLang/Semantics/SemanticTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Elements | ElementArray | uLang/Semantics/SemanticTypes.h | ||
| _FirstNamedIndex | int32_t | uLang/Semantics/SemanticTypes.h | ||
| _LastVisitStamp | VisitStampType | Used to detect reentrant visits to a tuple. | uLang/Semantics/SemanticTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CUTF8String AsParamsCode
(
ETypeSyntaxPrecedence OuterPrecedence, |
uLang/Semantics/SemanticTypes.h | ||
ElementArray ElementsWithSortedNames() |
uLang/Semantics/SemanticTypes.h | ||
const CNamedType * FindNamedType
(
CSymbol Name |
uLang/Semantics/SemanticTypes.h | ||
const ElementArray & GetElements() |
uLang/Semantics/SemanticTypes.h | ||
int32_t GetFirstNamedIndex() |
uLang/Semantics/SemanticTypes.h | ||
ULANG_FORCEINLINE int32_t Num() |
uLang/Semantics/SemanticTypes.h | ||
int32_t NumNonNamedElements() |
uLang/Semantics/SemanticTypes.h | ||
ULANG_FORCEINLINE bool TryMarkVisited
(
VisitStampType VisitStamp |
uLang/Semantics/SemanticTypes.h |
Overridden from CNormalType
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EComparability GetComparability() |
Returns whether this type is comparable for equality | uLang/Semantics/SemanticTypes.h | |
virtual bool IsExplicitlyCastable() |
uLang/Semantics/SemanticTypes.h | ||
virtual bool IsExplicitlyConcrete() |
uLang/Semantics/SemanticTypes.h | ||
virtual bool IsPersistable() |
Returns whether this type is `persistable_ | uLang/Semantics/SemanticTypes.h |
Overridden from CTypeBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual CUTF8String AsCodeRecursive
(
ETypeSyntaxPrecedence OuterPrecedence, |
uLang/Semantics/SemanticTypes.h | ||
virtual CUTF8String AsParamsCode
(
ETypeSyntaxPrecedence OuterPrecedence, |
uLang/Semantics/SemanticTypes.h | ||
virtual bool CanBeCustomAccessorDataType() |
uLang/Semantics/SemanticTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const CTypeBase * operator[]
(
int32_t Index |
uLang/Semantics/SemanticTypes.h |