mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +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
6702db9988
commit
31775264eb
1 changed files with 21 additions and 0 deletions
|
@ -91,5 +91,26 @@
|
|||
|
||||
@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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue