Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const CTypeBase & uLang::SemanticTypeUtils::Canonicalize
(
const CTypeBase& |
Replace all types with equivalent representations with a single canonical type - the type used when emitting code. | uLang/Semantics/SemanticTypes.h | |
const CFunctionType & uLang::SemanticTypeUtils::Canonicalize
(
const CFunctionType& |
uLang/Semantics/SemanticTypes.h | ||
const CTupleType & uLang::SemanticTypeUtils::Canonicalize
(
const CTupleType& |
uLang/Semantics/SemanticTypes.h |
uLang::SemanticTypeUtils::Canonicalize(const CTypeBase &)
Description
Replace all types with equivalent representations with a single canonical type - the type used when emitting code. In particular, type variables are erased.
| Name | uLang::SemanticTypeUtils::Canonicalize |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticTypes.h |
| Include Path | #include "uLang/Semantics/SemanticTypes.h" |
| Source | /Engine/Source/Runtime/VerseCompiler/Private/uLang/Semantics/SemanticTypes.cpp |
namespace uLang
{
namespace SemanticTypeUtils
{
const CTypeBase & uLang::SemanticTypeUtils::Canonicalize
(
const CTypeBase &
)
}
}
uLang::SemanticTypeUtils::Canonicalize(const CFunctionType &)
| Name | uLang::SemanticTypeUtils::Canonicalize |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticTypes.h |
| Include Path | #include "uLang/Semantics/SemanticTypes.h" |
| Source | /Engine/Source/Runtime/VerseCompiler/Private/uLang/Semantics/SemanticTypes.cpp |
namespace uLang
{
namespace SemanticTypeUtils
{
const CFunctionType & uLang::SemanticTypeUtils::Canonicalize
(
const CFunctionType &
)
}
}
uLang::SemanticTypeUtils::Canonicalize(const CTupleType &)
| Name | uLang::SemanticTypeUtils::Canonicalize |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticTypes.h |
| Include Path | #include "uLang/Semantics/SemanticTypes.h" |
| Source | /Engine/Source/Runtime/VerseCompiler/Private/uLang/Semantics/SemanticTypes.cpp |
namespace uLang
{
namespace SemanticTypeUtils
{
const CTupleType & uLang::SemanticTypeUtils::Canonicalize
(
const CTupleType &
)
}
}