MysoreScript
Public Attributes | List of all members
MysoreScript::Object Struct Reference

A generic MysoreScript object. More...

#include <runtime.hh>

Collaboration diagram for MysoreScript::Object:
Collaboration graph
[legend]

Public Attributes

struct Classisa
 The pointer to the class of this object. More...
 

Detailed Description

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.

Member Data Documentation

§ isa

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.


The documentation for this struct was generated from the following file: