NoOpObjectFactoryRef

public struct NoOpObjectFactoryRef : NoOpObjectFactoryProtocol, GWeakCapturing

The AtkObjectFactory which creates an AtkNoOpObject. An instance of this is created by an AtkRegistry if no factory type has not been specified to create an accessible object of a particular type.

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

NoOpObjectFactory Class