derelict.cocoa.foundation

Dynamic bindings to the Foundation framework.

Members

Aliases

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.
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.

Enums

NSFileErrorMaximum
anonymousenum NSFileErrorMaximum
Undocumented in source.

Mixin templates

NSObjectTemplate
mixintemplate NSObjectTemplate(T, string className)
Undocumented in source.

Static variables

NSAllocateMemoryPages
pfNSAllocateMemoryPages NSAllocateMemoryPages;
Undocumented in source.
NSDeallocateMemoryPages
pfNSDeallocateMemoryPages NSDeallocateMemoryPages;
Undocumented in source.
NSLog
pfNSLog NSLog;
Undocumented in source.
NSRunLoopCommonModes
NSString NSRunLoopCommonModes;
Undocumented in source.

Structs

NSArray
struct NSArray
Undocumented in source.
NSAutoreleasePool
struct NSAutoreleasePool
Undocumented in source.
NSBundle
struct NSBundle
Undocumented in source.
NSData
struct NSData
Undocumented in source.
NSDate
struct NSDate
Undocumented in source.
NSDictionary
struct NSDictionary
Undocumented in source.
NSEnumerator
struct NSEnumerator
Undocumented in source.
NSError
struct NSError
Undocumented in source.
NSNotification
struct NSNotification
Undocumented in source.
NSNumber
struct NSNumber
Undocumented in source.
NSObject
struct NSObject
Undocumented in source.
NSProcessInfo
struct NSProcessInfo
Undocumented in source.
NSRunLoop
struct NSRunLoop
Undocumented in source.
NSString
struct NSString
Undocumented in source.
NSTimer
struct NSTimer
Undocumented in source.
NSURL
struct NSURL
Undocumented in source.

Meta