|
MysoreScript
|
The primitive String class in MysoreScript.
More...
#include <runtime.hh>

Public Attributes | |
| Class * | isa |
| Class pointer. More... | |
| Obj | length |
| The number of characters in the string. More... | |
| char | characters [0] |
| An array of characters. More... | |
The primitive String class in MysoreScript.
Definition at line 179 of file runtime.hh.
| char MysoreScript::String::characters[0] |
An array of characters.
The actual length of this array is defined when the object is created.
Definition at line 193 of file runtime.hh.
| Class* MysoreScript::String::isa |
| Obj MysoreScript::String::length |
The number of characters in the string.
Definition at line 188 of file runtime.hh.
1.8.12