CFArrayGetValueAtIndex
CFArrayGetValueAtIndex
- Subject: CFArrayGetValueAtIndex
- From: Koen van der Drift <email@hidden>
- Date: Thu, 23 Sep 2004 20:27:28 -0400
Hi,
I am using this to iterate through an NSArray:
for ( i = 0; i < [array count]; i++ )
{
aSymbol = (Symbol *)CFArrayGetValueAtIndex( (CFArrayRef) array, i);
...
}
Is there something similar to use with an NSCountedSet?
thanks,
- Koen.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden