the objc headers just declare functions that are used by the objc runtime, to send messages to objects and handle properties and so on. you can see the gory details here:
the objc headers just declare functions that are used by the objc runtime, to send messages to objects and handle properties and so on. you can see the gory details here:
This comment has been minimized.
Show comment Hide commentTooTallNateMar 3, 2012
Dude, how did you figure this one out?? Nice!
TooTallNate repliedMar 3, 2012
Dude, how did you figure this one out?? Nice!
This comment has been minimized.
Show comment Hide commentrmazMar 3, 2012
Contributorwith the power of grayskull, and to a lesser extent this doc page
rmaz repliedMar 3, 2012
with the power of grayskull, and to a lesser extent this doc page
This comment has been minimized.
Show comment Hide commentcreationixMar 3, 2012
Owneri wonder if this works for ffi too... Those includes don't have any side effects other than declaring stuff right?
creationix repliedMar 3, 2012
i wonder if this works for ffi too... Those includes don't have any side effects other than declaring stuff right?
This comment has been minimized.
Show comment Hide commentrmazMar 4, 2012
Contributorthe objc headers just declare functions that are used by the objc runtime, to send messages to objects and handle properties and so on. you can see the gory details here:
https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html
rmaz repliedMar 4, 2012
the objc headers just declare functions that are used by the objc runtime, to send messages to objects and handle properties and so on. you can see the gory details here:
https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ObjCRuntimeRef/Reference/reference.html
This comment has been minimized.
Show comment Hide commentTooTallNateMar 4, 2012
Oh, how intimately familiar I am with those crazy awesome functions :p
TooTallNate repliedMar 4, 2012
Oh, how intimately familiar I am with those crazy awesome functions :p