FROM : David Cairns
DATE : Mon Jan 20 23:16:36 2003
thanks to everyone that helped me with my last problem.
here's another question for you now: How does one create one's own
convenience constructor? is it something as simple as
- (Obj *)myObj {
MyClass *newObj;
return [newObj autorelease];
}
???? or is it more difficult? do they have to be class methods?
-- dave
--------------------------------------------
"see you later, space cowboy..."
--------------------------------------------
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
DATE : Mon Jan 20 23:16:36 2003
thanks to everyone that helped me with my last problem.
here's another question for you now: How does one create one's own
convenience constructor? is it something as simple as
- (Obj *)myObj {
MyClass *newObj;
return [newObj autorelease];
}
???? or is it more difficult? do they have to be class methods?
-- dave
--------------------------------------------
"see you later, space cowboy..."
--------------------------------------------
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
| Related mails | Author | Date |
|---|---|---|
| David Cairns | Jan 20, 23:16 | |
| Josh Ferguson | Jan 20, 23:34 |






Cocoa mail archive

