MysoreScript
|
A generic MysoreScript object. More...
#include <runtime.hh>
Public Attributes | |
struct Class * | isa |
The pointer to the class of this object. More... | |
A generic MysoreScript object.
The only thing that is assumed is the presence of the class pointer. Depending on the class, other fields will follow.
Definition at line 144 of file runtime.hh.
struct Class* MysoreScript::Object::isa |
The pointer to the class of this object.
This object 'is a' {whatever the class is}.
Definition at line 150 of file runtime.hh.