ObjectType#
- class swordfish._swordfishcpp.ObjectType(desc, val, type)#
Enumeration defining Swordfish object types.
Defines object types including VAR (local variable), SHARED (shared variable), and DEF (function definition). This helps categorize different kinds of objects in the Swordfish system.
- Parameters:
desc (str)
val (int)
type (int)