libGimbal 0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
|
#include <gimbal_type.h>
Data Fields | |
GblType | interfaceType |
size_t | classOffset |
Provides implementation details of a GblInterface for a type.
Definition at line 72 of file gimbal_type.h.
GblType GblInterfaceImpl::interfaceType |
GblType of the implemented GblInterface.
Definition at line 73 of file gimbal_type.h.
size_t GblInterfaceImpl::classOffset |
offset of the GblInterface into GblClass (using offsetof())
Definition at line 74 of file gimbal_type.h.