Skip to content

ClassDescriptor

0x41c edited this page Jun 9, 2022 · 3 revisions

ClassDescriptor

public struct ClassDescriptor: AnyContextDescriptor, StructureRepresentation 

Inheritance

AnyContextDescriptor, StructureRepresentation

Properties

`_`

public var `_`: UnsafeMutablePointer<InternalRepresentation>

base

public var base: TypeDescriptor 

superclass

public var superclass: String 

negativeSizeOrResilientBounds

public var negativeSizeOrResilientBounds: UInt32 

positiveSizeOrResilientBounds

public var positiveSizeOrResilientBounds: UInt32 

numImmediateMembers

public var numImmediateMembers: UInt32 

numFields

public var numFields: UInt32 

fieldOffsetVectorOffset

public var fieldOffsetVectorOffset: UInt32 
Types
Protocols
Global Typealiases
Global Functions
Clone this wiki locally