Cyclone Scheme  0.28.0
Data Fields
c_opaque_type Struct Reference

C Opaque type - a wrapper around a pointer of any type. More...

#include <types.h>

Data Fields

unsigned char collect_ptr
 
gc_header_type hdr
 
void * ptr
 
tag_type tag
 

Detailed Description

C Opaque type - a wrapper around a pointer of any type.

Note this requires application code to free any memory before an object is collected by GC.


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