Cyclone Scheme  0.28.0
Data Fields
common_type Union Reference

A union of all the constant-size objects. More...

#include <types.h>

Data Fields

bignum_type bignum_t
 
boolean_type boolean_t
 
complex_num_type complex_num_t
 
double_type double_t
 
integer_type integer_t
 
pair_type pair_t
 
primitive_type primitive_t
 
symbol_type symbol_t
 

Detailed Description

A union of all the constant-size objects.

This type is used internally to (for example) pass a pointer to an inline function that might need to use it for an allocation.


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