Next: Collection, Previous: CLongLong, Up: Base classes [Index]
I am not part of the standard Smalltalk kernel class hierarchy. My instances contain values that are not interpreted by the Smalltalk system; they frequently hold "pointers" to data outside of the Smalltalk environment. The C callout mechanism allows my instances to be transformed into their corresponding C values for use in external routines.
• CObject class-conversion: | (class) | |
• CObject class-instance creation: | (class) | |
• CObject class-primitive allocation: | (class) | |
• CObject class-subclass creation: | (class) | |
• CObject-accessing: | (instance) | |
• CObject-basic: | (instance) | |
• CObject-C data access: | (instance) | |
• CObject-conversion: | (instance) | |
• CObject-finalization: | (instance) | |
• CObject-pointer-like behavior: | (instance) | |
• CObject-testing: | (instance) | |
• CObject-testing functionality: | (instance) |