| www.delorie.com/gnu/docs/libobjects/objective-c_51.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
class_create_instance, object_dispose, object_copy...
For instance, `Object''s `-alloc' method is implemented like this:
+ alloc
{
return class_create_instance(self);
}
|
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |