| MysoreScript
    | 
The layout of the primitive Array class in MysoreScript.  
 More...
#include <runtime.hh>

| Public Attributes | |
| Class * | isa | 
| Class pointer.  More... | |
| Obj | length | 
| Length of the array (number of elements in it).  More... | |
| Obj | bufferSize | 
| The size of the buffer.  More... | |
| Obj * | buffer | 
| The buffer storing the values in this array.  More... | |
The layout of the primitive Array class in MysoreScript. 
Definition at line 156 of file runtime.hh.
| Obj* MysoreScript::Array::buffer | 
The buffer storing the values in this array.
Definition at line 173 of file runtime.hh.
| Obj MysoreScript::Array::bufferSize | 
The size of the buffer.
Definition at line 169 of file runtime.hh.
| Class* MysoreScript::Array::isa | 
| Obj MysoreScript::Array::length | 
Length of the array (number of elements in it).
Definition at line 165 of file runtime.hh.
 1.8.12
 1.8.12