CamelBones

An Objective-C/Perl bridge framework

 
 
Home / Documentation / Reference / Data Types
 
 

Data Types

You've often seen them in use - those mysterious values plugged into %OBJC_EXPORT to tell the Objective-C runtime what data types to pass to and expect back from your methods. The codes are based on Objective-C's type encoding scheme. Unless otherwise noted, all variables are scalars when used in Perl.

Many types are fully supported, and can be declared as parameter and/or return types for Perl methods, as well as being passed to and returned from Objective-C methods. These are:

The following are currently unsupported both ways: