Initialization order
Initialization order
- Subject: Initialization order
- From: Mark Levin <email@hidden>
- Date: Fri, 9 May 2003 15:17:39 -0500
Is there any way to control or determine the order in which +initialize
is called for classes?
I would like to create an object containing a list of a subset of my
classes, and initialize seems like a natural place to do it. But this
means I have to find a way to lay the foundation for the
object/structure managing the registry before init is called for any of
the classes I am interested in. Anyone have suggestions for this?
--Mark
"Bears are crazy. They'll bite your head, if you're wearing steak on
it."
Random acts of programming:
http://homepage.mac.com/haveblue
_______________________________________________
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.