MysoreScript
|
The structure representing MysoreScript File
objects.
More...
Public Attributes | |
Class * | isa |
The class pointer. More... | |
intptr_t | fd |
The file descriptor to use. More... | |
The structure representing MysoreScript File
objects.
Definition at line 43 of file runtime.cc.
intptr_t anonymous_namespace{runtime.cc}::File::fd |
The file descriptor to use.
Definition at line 48 of file runtime.cc.
Class* anonymous_namespace{runtime.cc}::File::isa |
The class pointer.
Definition at line 46 of file runtime.cc.