From: Spoorthi D s. <spo...@gm...> - 2011-11-12 09:26:41
|
The current statistics with regard to automatic generation of C wrappers is as below: *General :* Total Objects/Structs/Protocols 828 Ignore List* 43 Protocols (Not generated) 93 Parsed and generated 692 *Constructors :* Total Constructors (Including Ignore list) 341 Generated 305 Not Implemented 35 Default Constructors (Not part of ObjC API) 674 *Methods:* Total Methods (Excluding Protocols; Including ignore list)) 7947 Generated 1365 Not Implemented 6479 [* list of classes that are ignored during the automatic generation of C wrappers] Note: Currently we have a minimal functionalities and a test code in xmlvm/src/test/ios which tests CGRect (structures) and NSString ( Classes). Spoorthi |