Objectively
Ultra-lightweight object oriented framework for GNU 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 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.

◆ 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: