|
Robochameleon
v1.0
|
Determine whether an object inherits from a specified superclass. More...
Go to the source code of this file.
Functions | |
| function | inherits_from (in obj, in className) |
| Determine whether an object inherits from a specified superclass. More... | |
Determine whether an object inherits from a specified superclass.
Utility function for module construction - makes sure the next unit in a module is in fact a unit.
Definition in file inherits_from.m.
| function inherits_from | ( | in | obj, |
| in | className | ||
| ) |
Determine whether an object inherits from a specified superclass.
| obj | Object to test |
| className | Name of superclass |
| tf | Boolean true/false |
1.8.11