Next Previous Up Top Contents Index

1.5 Designator classes

element-setter

G.f. method

Summary

Allows you to set pointer values.

Signature

element-setter new C-typed-pointer index => object 

Arguments

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

index
An instance of <integer>.

Values

object
An instance of <object>.

Library

c-ffi

Module

c-ffi

Description

Synonymous with a call to pointer-value-setter that includes the optional index. Thus it does the same thing as:

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

C FFI and Win 32 Reference - 31 MAR 2000

Next Previous Up Top Contents Index