somGetClass Parameter - rc
rc
(SOMClass)
A pointer to the object's class object. This return value is cast as a
(SOMClass*)
. In C++, you may have to explicitly cast this to a pointer of a specific class type (when different from
SOMClass
).
[Back: somGetClass Parameter - receiver]
[Next: somGetClass - Parameters]