func NSNextHashEnumeratorItem (UnsafeMutablePointer<NSHashEnumerator>) -> UnsafeMutableRawPointer?
Returns the next hash-table element in the enumeration.
列挙の中の次のハッシュテーブル要素を返します。
Availability 有効性
Technology
func NSEnumerateHashTable(_ table: NSHashTable
<AnyObject>) -> NSHashEnumerator
An NSHashEnumerator structure that will cause successive elements of table
to be returned each time this enumerator is passed to NSNext
.
あるNSHashEnumerator構造体で、それはtable
の連続する要素に、この列挙子がNSNext
に渡されるたびごとに返されるようにします。
func NSNextHashEnumeratorItem (UnsafeMutablePointer<NSHashEnumerator>) -> UnsafeMutableRawPointer?