
inherit_list()(3)      C LIBRARY FUNCTIONS      inherit_list()(3)

NAME
     inherit_list() - get a list of parents of an object

SYNOPSIS
     string *inherit_list( object obj );

DESCRIPTION
     Returns an array of filenames of objects inherited  by  obj.
     Only  directly  inherited  files  are  returned.   E.g. if A
     inherits B which inherits C, inherit_list(A) will return  an
     array with B, but not C.

SEE ALSO
     deep_inherit_list(3), inherits(3)

Sun Release 4.1           Last change:                          1

