somGetParents - Parameters
receiver (SOMObject)
A pointer to the class
whose parent (base) classes are desired.
rc (SOMClassSequence)
The somGetParents
method returns a sequence of pointers to the parents of the receiver,
or NULL otherwise (in the case of SOMObject). The sequence of parents
is in left-to-right order.
[Back: somGetParents Parameter - rc]
[Next: somGetParents - Remarks]