Next Previous Up Top Contents Index

1.5 Designator classes

referenced-type

Function

Summary

Returns the class designating the contents type of the designated C pointer type.

Signature

referenced-type pointer-designator-class => designator-class

Arguments

pointer-designator-class

A subclass of <C-pointer>.

Values

designator-class
A subclass of <C-value>

Library

c-ffi

Module

c-ffi

Description

Returns the class designating the contents type of the C pointer type designated by pointer-designator-class. The same designator class is returned whenever referenced-type is called with the same argument.

c-type-cast

C FFI and Win 32 Reference - 31 MAR 2000

Next Previous Up Top Contents Index