GB_OBJECT

typedef struct { GB_TYPE type; void *value; intptr_t _reserved[2]; } GB_OBJECT;

This structure represents any Object Gambas value.

See also