Skip to content

VTableDescriptorHeader

Azoy edited this page May 6, 2021 · 2 revisions

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 Variables
Global Functions
Clone this wiki locally