Next: , Previous: , Up: Base classes   [Index]


1.21 CCallable

Defined in namespace Smalltalk
Superclass: CObject
Category: Language-C interface

I am not part of the Smalltalk definition. My instances contain information about C functions that can be called from within Smalltalk, such as number and type of parameters. This information is used by the C callout mechanism to perform the actual call-out to C routines.