- NSTimeInterval
alias NSTimeInterval = double
Undocumented in source.
- pfNSAllocateMemoryPages
alias pfNSAllocateMemoryPages = void* function(NSUInteger bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pfNSClassFromString
alias pfNSClassFromString = Class function(id aClassName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pfNSDeallocateMemoryPages
alias pfNSDeallocateMemoryPages = void function(void* ptr, NSUInteger bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pfNSLog
alias pfNSLog = void function(id format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pfNSProtocolFromString
alias pfNSProtocolFromString = Protocol* function(id aString)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pfNSSelectorFromString
alias pfNSSelectorFromString = SEL function(id aString)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pfNSStringFromClass
alias pfNSStringFromClass = id function(Class aClass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pfNSStringFromProtocol
alias pfNSStringFromProtocol = id function(Protocol* aProtocol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pfNSStringFromSelector
alias pfNSStringFromSelector = id function(SEL aSelector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Dynamic bindings to the Foundation framework.