Back: Continuation-invocation Up: Base classes Forward: CPtr-accessing   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

1.42 CPtr

Defined in namespace Smalltalk
Superclass: CAggregate
Category: Language-C interface

1.42.1 CPtr: accessing  (instance)


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.



Back: CPtr Up: CPtr Forward: CPtrCType   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document


This document was generated on April, 16 2013 using texi2html