dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
NSBundle
derelict
cocoa
foundation
Undocumented in source.
struct
NSBundle {
nothrow @
nogc
NSObject
parent
;
mixin
NSObjectTemplate
!(
NSBundle
,
"NSBundle"
)
;
void
initWithPath
(NSString path);
bool
load
();
bool
unload
();
bool
loadAndReturnError
(NSError error);
}
Alias This
parent
Members
Functions
initWithPath
void
initWithPath
(NSString path)
Undocumented in source. Be warned that the author may not have intended to support it.
load
bool
load
()
Undocumented in source. Be warned that the author may not have intended to support it.
loadAndReturnError
bool
loadAndReturnError
(NSError error)
Undocumented in source. Be warned that the author may not have intended to support it.
unload
bool
unload
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
NSObjectTemplate
!(
NSBundle
,
"NSBundle"
)
Undocumented in source.
Variables
parent
NSObject
parent
;
Undocumented in source.
Mixed In Members
From
mixin
NSObjectTemplate
!(
NSBundle
,
"NSBundle"
)
this
this
(id id_)
Undocumented in source.
alloc
T
alloc
()
Allocates, but do not init
getClass
Class
getClass
()
Undocumented in source. Be warned that the author may not have intended to support it.
getClassID
id
getClassID
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
derelict
cocoa
foundation
aliases
NSTimeInterval
pfNSAllocateMemoryPages
pfNSDeallocateMemoryPages
pfNSLog
enums
NSFileErrorMaximum
mixin templates
NSObjectTemplate
static variables
NSAllocateMemoryPages
NSDeallocateMemoryPages
NSLog
NSRunLoopCommonModes
structs
NSArray
NSAutoreleasePool
NSBundle
NSData
NSDate
NSDictionary
NSEnumerator
NSError
NSNotification
NSNumber
NSObject
NSProcessInfo
NSRunLoop
NSString
NSTimer
NSURL