Next Previous Up Top Contents Index

1.5 Designator classes

element

G.f. method

Summary

Dereferences a c-typed pointer using its encapsulated raw C address.

Signature

element C-typed-pointer index => object 

Arguments

c-typed-pointer
An instance of <C-statically-typed-pointer>.

Values

object
An instance of <object>.

Library

c-ffi

Module

c-ffi

Description

Dereferences a c-typed pointer using its encapsulated raw C address. Synonymous with a call to pointer-value that includes the optional index. Thus it does the same thing as:

pointer-value(C-statically-typed-pointer, index: index)

C FFI and Win 32 Reference - 31 MAR 2000

Next Previous Up Top Contents Index