1.42 CPtr
- Defined in namespace Smalltalk
- Superclass: CAggregate
- Category: Language-C interface
1.42.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.
This document was generated
on August, 19 2010
using texi2html