Next: , Up: CScalar   [Index]


1.45.1 CScalar class: instance creation

gcValue: anObject

Answer a newly allocated CObject containing the passed value, anObject, in garbage-collected storage.

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