|
|
6.39 CPtrCType
- Defined in namespace Smalltalk
- Category: Language-C interface
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.
|