Back: CPtr-accessing Up: Base classes Forward: CPtrCType class-instance creation   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

1.43 CPtrCType

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

1.43.1 CPtrCType class: instance creation  (class)
1.43.2 CPtrCType: accessing  (instance)
1.43.3 CPtrCType: storing  (instance)


1.43.1 CPtrCType class: instance creation

elementType: aCType
Answer a new instance of CPtrCType that maps pointers to the given CType

from: type
Private - Called by computeAggregateType: for pointers


1.43.2 CPtrCType: accessing

elementType
Answer the type of the elements in the receiver's instances

new: size
Allocate space for `size' objects like those that the receiver points to, and with the type (class) identified by the receiver. It is the caller's responsibility to free the memory allocated for it.


1.43.3 CPtrCType: storing

storeOn: aStream
Not commented.



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


This document was generated on July, 23 2009 using texi2html