Objectively
Object oriented framework for C.
Loading...
Searching...
No Matches
Class Struct Reference

#include <Class.h>

Overview

The runtime representation of a Class.

Definition at line 95 of file Class.h.

Properties

ClassDef def
 The Class definition.
 
ident image
 The base address of the image that declared this Class.
 
ident interface
 The interface of the Class.
 
Classnext
 Provides chaining of initialized Classes.
 

Property Details

◆ def

ClassDef Class::def

The Class definition.

Definition at line 100 of file Class.h.

◆ image

ident Class::image

The base address of the image that declared this Class.

Recorded by _initialize, which is the only place that sees every Class: one resolved through a registered image and one initialized by that image calling alloc arrive here alike. removeClassImage matches on it.

Definition at line 118 of file Class.h.

◆ interface

ident Class::interface

The interface of the Class.

Definition at line 105 of file Class.h.

◆ next

Class* Class::next

Provides chaining of initialized Classes.

Definition at line 110 of file Class.h.


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