Back: CPtr-accessing
Up: Class reference
Forward: CPtrCType class-instance creation
 
Top: GNU Smalltalk User's Guide
Contents: Table of Contents
Index: Class index
About: About this document

6.39 CPtrCType

Defined in namespace Smalltalk
Category: Language-C interface

6.39.1 CPtrCType class: instance creation  (class)
6.39.2 CPtrCType: accessing  (instance)


6.39.1 CPtrCType class: instance creation

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


6.39.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.




This document was generated on May, 12 2002 using texi2html