Package-level declarations

Types

Link copied to clipboard
data class ConstObjcType(val base: ObjcType) : ObjcType
Link copied to clipboard
Link copied to clipboard
object FFIObjc : FFILib
Link copied to clipboard
data class FixedArrayObjcType(val count: Int, val type: ObjcType) : ObjcType
Link copied to clipboard
typealias ID = Long
Link copied to clipboard
class NSArray(val id: ObjcRef) : AbstractList<Long>
Link copied to clipboard
open class NSClass(val id: Long) : NSObject
Link copied to clipboard
open class NSDictionary(val id: Long) : NSObject
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open class NSObject(val id: Long)
Link copied to clipboard
open class NSString(val id: Long) : NSObject
Link copied to clipboard
Link copied to clipboard
data class ObjcMethodDesc(val desc: String, val returnType: ObjcParam, val params: List<ObjcParam>)
Link copied to clipboard
data class ObjcMethodDescription(val protocol: ObjcProtocol, val id: Long, val types: String)
Link copied to clipboard
data class ObjcMethodRef(val objcClass: ObjcProtocolClassBaseRef, val ptr: FFIPointer?)
Link copied to clipboard
data class ObjcParam(val offset: Int, val type: ObjcType)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline class ObjcRef(val id: Long)
Link copied to clipboard
inline class ObjcSel(val id: Long)
Link copied to clipboard
interface ObjcType
Link copied to clipboard
Link copied to clipboard
data class PointerObjcType(val base: ObjcType) : ObjcType
Link copied to clipboard
data class StructObjcType(val strName: String, val types: List<ObjcType>) : ObjcType

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard