1-138 SOMobjects Base Toolkit: Programmer’s Reference Manual
Return Value
Four families of return values are supported, corresponding to the four forms of the
somDispatchX method. The somDispatchX method chosen should have a return type
compatible with the result of the method identified by methodId. Within each of the four
families, only the largest representation is supported.
The four families are:
Pointer somDispatchA returns an address as a somToken.
Floating point somDispatchD returns a floating point number as a double.
Integer somDispatchL returns an integer as a long.
Void somDispatchV returns void. It is used for methods that do not return a
result.
Original Class
SOMObject
Related Information
Methods: somDispatch
Functions: somApply
Komentáře k této Příručce