ivar_type
ivar_type — returns the type of a given instance variable.
ivar_type (instance, variable)
instanceA class instance.
variableAn instance variable name, as a symbol.
nil if the instance does
not contain the variable, or the instance variable type, as assigned by
class_add_ivar.
This function returns the instance variable type for a given instance variable. The instance variable type is not used internally by the Gamma or Lisp engine.
Gamma>ivar_type(Osinfo,#cpu);1