|
|
6.40 CScalar
- Defined in namespace Smalltalk
- Category: Language-C interface
6.40.1 CScalar class: instance creation
- type
- Answer a CType for the receiver - for example, CByteType if the receiver is CByte.
- value: anObject
- Answer a newly allocated CObject containing the passed value, anObject. Remember to call #addToBeFinalized if you want the CObject to be automatically freed
6.40.2 CScalar: accessing
- value
- Answer the value the receiver is pointing to. The exact returned value depends on the receiver's class
- value: aValue
- Set the receiver to point to the value, aValue. The exact meaning of aValue depends on the receiver's class
|