$
$static Handle_Standard_Type _aType =
$ new Standard_Type("Engine_Handle",
-$ 0, // size is useless
+$ sizeof(Engine_Handle),
$ 0,
$ (Standard_Address)_Ancestors,
$ (Standard_Address)NULL);
$
$_aType =
$ new Standard_Type("%CLName",
-$ 0, // size is useless
+$ sizeof(%CLName),
$ %NbInh,
$ (Standard_Address)_Ancestors,
$ (Standard_Address)NULL);
$
$static Handle_Standard_Type _aType =
$ new Standard_Type("%CLName",
-$ 0, // size is useless
+$ sizeof(%CLName),
$ 0,
$ 0,
$ (Standard_Address)_Ancestors,