<<<<<<<<<<<<<<<<<

pointer(arrays) Arrays pointer(arrays)

NAME

pointer - C pointer type at LYMB script level

DESCRIPTION

An object providing pointer type storage for LYMB scripts

SUPERCLASS

object

INSTANCE VARIABLES

value The value of an instance.

MESSAGES

= arg1 Same as "value=" message.

value= arg1 Sets the value of an instance to arg1. Argument should be a valid C pointer.

? Same as "value?" message.

value? Returns the value of an instance.

EXAMPLE

long new: `a' = 123456789l; pointer new: `b' = [a pointer?];

SEE ALSO

long, pointer, dmatrix, imatrix, fvector, ivector, dvector


Please send comments and suggestions to
consult@rpi.edu