swift/templates library

Functions

instanceManagerFinalizerDelegateName(SwiftOptions options) String
Name of delegate that handles the callback when an object is deallocated in an InstanceManager.
instanceManagerFinalizerDelegateTemplate(SwiftOptions options) String
Template for delegate with callback when an object is deallocated.
instanceManagerFinalizerTemplate(SwiftOptions options) String
Template for an object that tracks when an object is deallocated.
instanceManagerTemplate(SwiftOptions options) String
The Swift InstanceManager.
proxyApiReaderWriterName(SwiftOptions options) String
The name of the ReaderWriter that handles ProxyApis.
proxyApiRegistrarName(SwiftOptions options) String
The name of the registrar containing all the ProxyApi implementations.
swiftInstanceManagerClassName(SwiftOptions options) String
Name of the Swift InstanceManager.