Up: CPtr   [Index]


1.43.1 CPtr: accessing

alignof

Answer the receiver’s required aligment

sizeof

Answer the receiver’s size

value

Answer the address of the location pointed to by the receiver.

value: anObject

Set the address of the location pointed to by the receiver to anObject, which can be either an Integer or a CObject. if anObject is an Integer, it is interpreted as a 32-bit or 64-bit address. If it is a CObject, its address is stored.