libGimbal 0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
Loading...
Searching...
No Matches
GblStaticClass Struct Reference

#include <gimbal_class.h>

Inheritance diagram for GblStaticClass:
Collaboration diagram for GblStaticClass:

Data Fields

GblClass base
 

Detailed Description

Base GblClass VTable structure for static classes.

This is the base class structure which is to be extended to create static class subtypes.

A "static class" is simply a GblType which only has a Gblclass structure, with no associated GblInstance structure, so it cannot be instantiated. it's typically ussed to implement singleton-style data types.

Definition at line 93 of file gimbal_class.h.

Field Documentation

◆ base

GblClass GblStaticClass::base

"Inherited" GblClass base structure.

Definition at line 94 of file gimbal_class.h.


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