3#include <Infinity/api.h>
4#include <Infinity/Types/Core/Base.hpp>
Abstract base class for all Infinity Engine data types.
Definition Base.hpp:43
Global registry for runtime type information and factory functions.
Definition TypeRegistry.hpp:52
static const TypeID & findID(TypeHash hash)
Finds a TypeID by its hash value.
static const TypeID & emptyID()
Gets the sentinel TypeID representing an empty/invalid type.
static const TypeID & findID(std::string_view name)
Finds a TypeID by its string name.
static Core::Base * create(const TypeID &type)
Creates a default-constructed instance of the specified type.
uint64_t TypeHash
64-bit hash value computed from a type's name.
Definition TypeID.hpp:30
Runtime type identifier for the Infinity type system.
Definition TypeID.hpp:71