|
libGimbal 0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
|
#include <gimbal_class.h>


Data Fields | |
| GblClass | base |
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.
| GblClass GblStaticClass::base |
"Inherited" GblClass base structure.
Definition at line 94 of file gimbal_class.h.