[cfe-dev] id and ObjC interfaces

Zhongxing Xu xuzhongxing at gmail.com
Fri Apr 24 21:04:19 PDT 2009


Hi all,

In clang, type 'id' is implemented as 'typedef struct objc_object *'.
And 'id' can points to any ObjC objects. Does that mean that all ObjC
interfaces inherits 'struct objc_object' implicitly?

-Zhongxing



More information about the cfe-dev mailing list