protocol
_NSSetCoreType
Inheritance |
_NSCopyingType, _NSFastEnumerationType, _ShadowProtocol
View Protocol Hierarchy →
|
---|---|
Import |
|
Initializers
Instance Variables
Instance Methods
func copyWithZone(_:)
Required
Declaration
func
copyWithZone
(
zone
:
_SwiftNSZone
) -
>
AnyObject
Declared In
_NSSetCoreType
, _NSCopyingType
func countByEnumeratingWithState(_:objects:count:)
Required
Declaration
func
countByEnumeratingWithState
(
state
:
UnsafeMutablePointer
<
_SwiftNSFastEnumerationState
>
,
objects
:
UnsafeMutablePointer
<
AnyObject
>
,
count
:
Int
) -
>
Int
Declared In
_NSSetCoreType
, _NSFastEnumerationType
A shadow for the "core operations" of NSSet.
Covers a set of operations everyone needs to implement in order to be a useful
NSSet
subclass.