mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
NSPointerArray: Implement fast enumeration (#477)
* NSPointerArray: Implement NSFastEnumeration * NSPointerArray: Test for duplicate values in array * NSPointerArray: Fast enumeration tests
This commit is contained in:
parent
4a4a802060
commit
4b3bd1aa90
4 changed files with 89 additions and 2 deletions
|
@ -42,7 +42,7 @@ extern "C" {
|
|||
* or grow (adding nil/zero items).
|
||||
*/
|
||||
GS_EXPORT_CLASS
|
||||
@interface NSPointerArray : NSObject <NSCopying, NSCoding>
|
||||
@interface NSPointerArray : NSObject <NSCoding, NSCopying, NSFastEnumeration>
|
||||
|
||||
/** Allocate an instance, initialise using initWithOptions: and
|
||||
* return it autoreleased.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue