Skip to content

VTableDescriptorHeader

tevelee edited this page Jul 21, 2026 · 1 revision

VTableDescriptorHeader

Structure that helps in determining where the vtable for a class is within the type metadata and how many vtable entries there are.

public struct VTableDescriptorHeader: LayoutWrapper 

Inheritance

LayoutWrapper

Properties

offset

The offset to the vtable from the class metadata.

public var offset: Int 

size

The number of vtable methods.

public var size: Int 
Types
Protocols
Global Typealiases
Global Variables
Global Functions

Clone this wiki locally