Objectively 1.0.0
Ultra-lightweight object oriented framework for GNU C.
Properties
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. More...
 
ident interface
 The interface of the Class. More...
 
Classnext
 Provides chaining of initialized Classes. More...
 

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: