somDataResolve - Example Code

The following C/C++ expression evaluates to the address of the instance data introduced by class "XYZ" within the object "obj". This assumes that obj points to an instance of "XYZ" or a subclass of "XYZ".

#include <som.h>
somDataResolve(obj, XYZCClassData.instanceDataToken);


[Back: somDataResolve - Related Information]
[Next: somDataResolve - Topics]