discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Checking the super class of a class


From: Sašo Kiselkov
Subject: Re: Checking the super class of a class
Date: Thu, 06 Oct 2005 22:38:00 +0200
User-agent: Internet Messaging Program (IMP) 3.2.5

Quoting Andreas Höschler <ahoesch@smartsoft.de>:

> Hi all,
>
> I need something like [something isKindOfClass:...] with something
> being not an instance but a class created with NSClassFromString(). A
> probably working but very ugly hack would be to create an instance of
> this class with [[something alloc] init] and releasing the object after
> the check. But I am sure there is a better approach. Any idea?
>
> Thanks a lot!
>
> Regards,
>
>    Andreas

Stupid me, of course the most correct answer is:

just use +[NSObject isSubclassOfClass:]

--
Saso





reply via email to

[Prev in Thread] Current Thread [Next in Thread]