mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 09:41:15 +00:00
Insert contents of <objects/NSSet.h>
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1401 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fa257fc4e3
commit
b5b33107e9
1 changed files with 21 additions and 0 deletions
|
@ -91,5 +91,26 @@
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
#ifndef NO_GNUSTEP
|
||||||
|
|
||||||
|
#include <objects/KeyedCollecting.h>
|
||||||
|
#include <Foundation/NSSet.h>
|
||||||
|
|
||||||
|
/* Eventually we'll make a Constant version of this protocol. */
|
||||||
|
@interface NSSet (GNU) <Collecting>
|
||||||
|
/* These methods will be moved to NSMutableSet as soon as GNU's
|
||||||
|
collection objects are separated by mutability. */
|
||||||
|
+ (unsigned) defaultCapacity;
|
||||||
|
- initWithType: (const char *)contentEncoding
|
||||||
|
capacity: (unsigned)aCapacity;
|
||||||
|
@end
|
||||||
|
|
||||||
|
@interface NSMutableSet (GNU)
|
||||||
|
@end
|
||||||
|
|
||||||
|
@interface NSCountedSet (GNU) <Collecting>
|
||||||
|
@end
|
||||||
|
|
||||||
|
#endif /* NO_GNUSTEP */
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue