EDObjcRuntime


Declared In:
EDObjcRuntime.h



Symbolic Constants

Synopsis:

EDObjcMethodInfo  Method
EDObjcClassGetInstanceMethod  class_getInstanceMethod
EDObjcClassGetClassMethod  class_getClassMethod

Description:

Defines for runtime types and functions. Should be used instead of the corresponding NeXT and GNUStep runtime functions. (First set is for NeXT, second set for GNU runtimes.)

Synopsis:

EDObjcMethodInfo  Method_t
EDObjcClassGetInstanceMethod  class_get_instance_method
EDObjcClassGetClassMethod  class_get_class_method


Macro Definitions

Synopsis:

EDObjcMsgSend(obj, sel)
EDObjcMsgSend1(obj, sel, obj1)
EDObjcMsgSend2(obj, sel, obj1, obj2)
EDObjcMsgSend3(obj, sel, obj1, obj2, obj3)

Description:

Portable runtime functions. Should be used instead of the corresponding NeXT or GNUStep runtime functions.

Synopsis:

EDObjcMsgSend(obj, sel)
EDObjcMsgSend1(obj, sel, obj1)
EDObjcMsgSend2(obj, sel, obj1, obj2)
EDObjcMsgSend3(obj, sel, obj1, obj2, obj3)


Version 2.1 Copyright ©2003 by Erik Doernenburg. All Rights Reserved.