mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
([MappedCollector -newEnumState]): New method.
([MappedCollector -freeEnumState:]): New method. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1329 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
438776d6f3
commit
8de44d50d1
1 changed files with 10 additions and 0 deletions
|
@ -104,6 +104,16 @@
|
||||||
return [_domain containsKey: [_map objectAtKey:aKey]];
|
return [_domain containsKey: [_map objectAtKey:aKey]];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (void*) newEnumState
|
||||||
|
{
|
||||||
|
return [_domain newEnumState];
|
||||||
|
}
|
||||||
|
|
||||||
|
- (void) freeEnumState: (void**)enumState
|
||||||
|
{
|
||||||
|
return [_domain freeEnumState: enumState];
|
||||||
|
}
|
||||||
|
|
||||||
- nextObjectAndKey: (id*)keyPtr withEnumState: (void**)enumState
|
- nextObjectAndKey: (id*)keyPtr withEnumState: (void**)enumState
|
||||||
{
|
{
|
||||||
id mapContent;
|
id mapContent;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue