Jump to content

Auxiliary class data structure

From EDM2
Revision as of 23:21, 11 October 2017 by Martini (talk | contribs) (Created page with "A structure provided by the SOM API to support efficient static access to class-specific information used in dealing with SOM objects. The structure's name is <className>CClas...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A structure provided by the SOM API to support efficient static access to class-specific information used in dealing with SOM objects. The structure's name is <className>CClassData. Its first component (parentMtab) is a list of parent-class method tables (used to support efficient parent method calls). Its second component (instanceDataToken) is the instance token for the class (generally used to locate the instance data introduced by method procedures that implement methods defined by the class).