MysoreScript
Public Attributes | List of all members
anonymous_namespace{runtime.cc}::File Struct Reference

The structure representing MysoreScript File objects. More...

Collaboration diagram for anonymous_namespace{runtime.cc}::File:
Collaboration graph
[legend]

Public Attributes

Classisa
 The class pointer. More...
 
intptr_t fd
 The file descriptor to use. More...
 

Detailed Description

The structure representing MysoreScript File objects.

Definition at line 43 of file runtime.cc.

Member Data Documentation

§ fd

intptr_t anonymous_namespace{runtime.cc}::File::fd

The file descriptor to use.

Definition at line 48 of file runtime.cc.

§ isa

Class* anonymous_namespace{runtime.cc}::File::isa

The class pointer.

Definition at line 46 of file runtime.cc.


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