Re: Instance Variable access
Re: Instance Variable access
- Subject: Re: Instance Variable access
- From: mmalcolm crawford <email@hidden>
- Date: Fri, 7 May 2004 16:21:36 -0700
On May 7, 2004, at 12:05 PM, Jim Witte wrote:
why are simple instance variable accesses even using objc_msgSend
(dynamic or otherwise) *at all*? Is there some reason why ObjC object
instance vars can't be accessed the same way they are in compiled C++
- by direct offset access inside the object struct?
Encapsulation:
<
http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/
2objc_oop/chapter_2_section_3.html>
Memory Management:
<
http://developer.apple.com/documentation/Cocoa/Conceptual/MemoryMgmt/>
Key-value Coding:
<
http://developer.apple.com/documentation/Cocoa/Conceptual/
KeyValueCoding/>
etc.
mmalc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.