ObjectFactoryClassRef

public struct ObjectFactoryClassRef : ObjectFactoryClassProtocol

The ObjectFactoryClassRef type acts as a lightweight Swift reference to an underlying AtkObjectFactoryClass instance. It exposes methods that can operate on this data type through ObjectFactoryClassProtocol conformance. Use ObjectFactoryClassRef only as an unowned reference to an existing AtkObjectFactoryClass instance.

  • ptr
    Untyped pointer to the underlying `AtkObjectFactoryClass` instance.
    

    For type-safe access, use the generated, typed pointer _ptr property instead.

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

ObjectClass Record: ObjectClassProtocol extension (methods and fields)

ObjectFactoryClass Record