Next: CType-basic, Previous: CType class-initialization, Up: CType [Index]
Answer the size of the receiver’s instances
Answer a CArrayCType which represents an array with the given size of CObjects whose type is in turn represented by the receiver
Answer the CObject subclass whose instance is created when new is sent to the receiver
Allocate a new CObject with room for anInteger C objects of the type (class) identified by the receiver. It is the caller’s responsibility to free the memory allocated for it.
Answer a CPtrCType which represents a pointer to CObjects whose type is in turn represented by the receiver
Answer the size of the receiver’s instances
valueType is used as a means to communicate to the interpreter the underlying type of the data. For anything but scalars, it’s just ’self’