Next Previous Up Top Contents Index

1.5 Designator classes

1.5.4 Pointer designator classes and related functions

This section describes the pre-defined classes that designate C pointer types. Subclasses of the abstract classes documented here are instantiable, and C pointers are represented in Dylan by instances of these classes.

Note: Pointer designator classes are defined for all the designator classes in Table 1.1, but are not listed here. To form the name of the pointer designator class for a particular designator class, append a "*" to the part of the name enclosed in angle brackets. Thus for <C-int> the pointer designator class is <C-int*>.


C FFI and Win 32 Reference - 31 MAR 2000

Next Previous Up Top Contents Index