STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions | Variables
message.h File Reference
#include "objc.h"
#include "objc-decls.h"

Go to the source code of this file.

Classes

struct  objc_super
 

Functions

objc_EXPORT IMP objc_msg_lookup (id receiver, SEL op)
 
objc_EXPORT IMP objc_msg_lookup_super (struct objc_super *super, SEL sel)
 

Variables

objc_EXPORT IMP(* __objc_msg_forward )(SEL)
 
objc_EXPORT IMP(* __objc_msg_forward2 )(id, SEL)
 

Function Documentation

objc_EXPORT IMP objc_msg_lookup ( id  receiver,
SEL  op 
)
objc_EXPORT IMP objc_msg_lookup_super ( struct objc_super super,
SEL  sel 
)

Variable Documentation

objc_EXPORT IMP(* __objc_msg_forward)(SEL)
objc_EXPORT IMP(* __objc_msg_forward2)(id, SEL)