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

#include <gimbal_typedefs.h>

Data Fields

void * pData
 
GblFnPtr pFunc
 

Detailed Description

Union for SAFELY holding untyped data or function pointers.

Definition at line 47 of file gimbal_typedefs.h.

Field Documentation

◆ pData

void* GblPtr::pData

Data pointer.

Definition at line 48 of file gimbal_typedefs.h.

◆ pFunc

GblFnPtr GblPtr::pFunc

Function pointer.

Definition at line 49 of file gimbal_typedefs.h.


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