[Date Prev][Date Next] [Chronological] [Thread] [Top]

is_object_subclass()



Arguments are misleading; it appears to test whether the second argument
is a subclass of the first, because it chases the superclass hierarchy.

int is_object_subclass(
    ObjectClass *sub,
    ObjectClass *sup );

Am I correct or confused?

-- Luke

--
Luke Howard | lukehoward.com
PADL Software | www.padl.com