Documentation Set for Swarm 2.0.1
Prev
Reference I. Defobj Library
Next
FCall
Name
FCall -- A language independent interface to dynamic calls.
Description
A language independent interface to dynamic calls.
Protocols adopted by FCall
Create
Drop
CREATABLE
Methods
Phase: Creating
+
createBegin:
(id <Zone>)
aZone
-
createEnd
Phase: Setting
-
setArguments:
args
-
getArguments
-
setFunctionPointer:
(func_t)
fn
-
setMethod:
(SEL)
method
inObject:
object
-
setJavaMethod:
(const char *)
methodName
inObject:
(void *)
obj
-
setJavaMethod:
(const char *)
methodName
inClass:
(const char *)
className
Phase: Using
- (void)
performCall
- (void *)
getResult
- (retval_t)
getRetVal:
(retval_t)
retVal
buf:
(types_t *)
buf
Prev
Home
Next
FArguments
Up
GetName