Re: @-directives

2012-03-09 Thread Jean-Daniel Dupas
Le 9 mars 2012 à 03:55, Roland King a écrit : > Good thinking .. > > OBJC1_AT_KEYWORD(not_keyword) > OBJC1_AT_KEYWORD(class) > OBJC1_AT_KEYWORD(compatibility_alias) > OBJC1_AT_KEYWORD(defs) > OBJC1_AT_KEYWORD(encode) > OBJC1_AT_KEYWORD(end) > OBJC1_AT_KEYWORD(implementation) > OBJC1_AT_KEYWORD(

Re: @-directives

2012-03-08 Thread Matt Neuburg
On Thu, 08 Mar 2012 23:14:02 +, Thomas Davie said: >Not that I know of off the top of my head, but here's my attempt at such a >list: > >@class >@interface >@implementation >@end >@private >@public >@protected >@protocol >@required >@optional >@property >@synthesize >@try >@catch >@finally >@

Re: @-directives

2012-03-08 Thread Roland King
Good thinking .. OBJC1_AT_KEYWORD(not_keyword) OBJC1_AT_KEYWORD(class) OBJC1_AT_KEYWORD(compatibility_alias) OBJC1_AT_KEYWORD(defs) OBJC1_AT_KEYWORD(encode) OBJC1_AT_KEYWORD(end) OBJC1_AT_KEYWORD(implementation) OBJC1_AT_KEYWORD(interface) OBJC1_AT_KEYWORD(private) OBJC1_AT_KEYWORD(protected) OBJ

Re: @-directives

2012-03-08 Thread Greg Parker
On Mar 8, 2012, at 3:04 PM, Roland King wrote: > Can't find one (why is there not a formal language document in the > documentation somewhere, perhaps because features are added every release) - > maybe we can build one here > > @property > @synthesize > @class > @interface > @implementation >

Re: @-directives

2012-03-08 Thread Charles Srstka
On Mar 8, 2012, at 5:14 PM, Thomas Davie wrote: > Not that I know of off the top of my head, but here's my attempt at such a > list: > > @class > @interface > @implementation > @end > @private > @public > @protected > @protocol > @required > @optional > @property > @synthesize > @try > @catch >

Re: @-directives

2012-03-08 Thread Thomas Davie
ob if (*ra4 != 0xffc78948) { return false; } On 8 Mar 2012, at 21:12, H. Miersch wrote: > hi. > is there a list of @-directives (like @class, @property and @synthesize) > somewhere out there? > ___ > > Cocoa-dev mailing list (Co

Re: @-directives

2012-03-08 Thread Jeffrey Walton
On Thu, Mar 8, 2012 at 4:12 PM, H. Miersch wrote: > hi. > is there a list of @-directives (like @class, @property and @synthesize) > somewhere out there? Apple's official document (they seem to be spread around the document) * https://developer.apple.com/library/mac/docum

Re: @-directives

2012-03-08 Thread Roland King
ublic @protected @package @optional @required that's all the ones I can think of, probably missed 1/2 of them. On Mar 9, 2012, at 5:12 AM, H. Miersch wrote: > hi. > is there a list of @-directives (like @class, @property and @synthesize) >

@-directives

2012-03-08 Thread H. Miersch
hi. is there a list of @-directives (like @class, @property and @synthesize) somewhere out there? ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at