Welcome to the NetCologne GmbH open source mirroring service!
	This machine mirrors various open-source projects.
	20 Gbit/s uplink.
	
	If there are any issues or you want another project mirrored, please contact
	mirror-service -=AT=- netcologne DOT de ! 
FCallFCall
Name
FCall --  A language independent interface to dynamic calls.
Description
 A language independent interface to dynamic calls.
Methods
Phase: Creating
- -  setJavaMethodFromName:-  (const char *) methodName inClass:-  (const char *) className
- -  setJavaMethodFromName:-  (const char *) methodName inObject:-  (JOBJECT) jObj
- -  setMethodFromName:-  (const char *) methodName inObject: object
- -  setMethodFromSelector:-  (SEL) method inObject: object
- -  setFunctionPointer:-  (func_t) fn
- +  create:-  (id <Zone>) aZone target: obj methodName:-  (const char *) methodName arguments:-  (id <FArguments>) fa
- +  create:-  (id <Zone>) aZone target: obj selector:-  (SEL) sel arguments:-  (id <FArguments>) fa
Phase: Using
- - (func_t) getFunctionPointer
- - (retval_t) getRetVal:-  (retval_t) retVal buf:-  (types_t *) buf
