Next Previous Up Top Contents Index

1.5 Designator classes

<C-union>

Open abstract class

Description

The abstract superclass of all classes designating a C union type. It is a subclass of <C-value>. You can describe new union types with the macro define C-union. Classes designating C unions are not instantiable. Where a slot, array element, function parameter or function result is typed as a union value, pointers to that union type are accepted and returned.


C FFI and Win 32 Reference - 31 MAR 2000

Next Previous Up Top Contents Index