|
libGimbal 0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
|

Macros | |
| #define | GBL_INTERFACE_TYPE |
| #define | GBL_CONTEXT_TYPE |
| #define | GBL_POINTER_TYPE |
Static Class Type UUID and cast operators | |
UUID and cast operators for builtin static root class type | |
| #define | GBL_STATIC_CLASS_TYPE |
| #define | GBL_STATIC_CLASS(klass) |
Meta types that are already built into libGimbal.
| #define GBL_STATIC_CLASS_TYPE |
#include <gimbal_class.h>
GblType UUID for builtin static class primitive.
Builtin type ID for a class-only types.
Definition at line 53 of file gimbal_class.h.
| #define GBL_INTERFACE_TYPE |
#include <gimbal_interface.h>
Builtin type ID associated with GblInterface.
Definition at line 16 of file gimbal_interface.h.
| #define GBL_CONTEXT_TYPE |
#include <gimbal_context.h>
Definition at line 18 of file gimbal_context.h.
| #define GBL_POINTER_TYPE |
#include <gimbal_pointer.h>
Definition at line 14 of file gimbal_pointer.h.
| #define GBL_STATIC_CLASS | ( | klass | ) |
#include <gimbal_class.h>
Casts a class to a static class.
Definition at line 54 of file gimbal_class.h.