Protocols
The following protocols are available globally.
-
Undocumented
See moreDeclaration
Swift
protocol UniqueString
-
Undocumented
See moreDeclaration
Swift
protocol Subscriptable
-
Undocumented
See moreDeclaration
Swift
protocol CVUToString : CustomStringConvertible
-
Undocumented
See moreDeclaration
Swift
public protocol ExprNode : CustomStringConvertible
-
Undocumented
See moreDeclaration
Swift
protocol ActionExec
-
Protocol acting as a common API for all types of encoders, such as
See moreJSONEncoder
andPropertyListEncoder
.Declaration
Swift
public protocol AnyEncoder
-
Protocol acting as a common API for all types of decoders, such as
See moreJSONDecoder
andPropertyListDecoder
.Declaration
Swift
public protocol AnyDecoder
-
Protocol acting as a common API for all types of date formatters, such as
See moreDateFormatter
andISO8601DateFormatter
.Declaration
Swift
public protocol AnyDateFormatter
-
To support a new class family, create an enum that conforms to this protocol and contains the different types.
See moreDeclaration
Swift
protocol ClassFamily : Decodable
-
Undocumented
See moreDeclaration
Swift
protocol ConfigurableRenderConfig
-
Undocumented
See moreDeclaration
Swift
protocol MemriTextEditorFileHandler
-
Undocumented
See moreDeclaration
Swift
protocol MemriTextEditorImageSelectionHandler
-
Undocumented
See moreDeclaration
Swift
public protocol RendererController