Jump to content

Auxiliary class data structure: Difference between revisions

From EDM2
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..."
 
Ak120 (talk | contribs)
m Redirected page to SOM Glossary#A
 
Line 1: Line 1:
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).
#REDIRECT[[SOM_Glossary#A]]
 
[[Category:Glossary]]

Latest revision as of 18:48, 6 March 2020

Redirect to: