NSString

Undocumented in source.

Alias This

parent

Members

Functions

UTF8String
char* UTF8String()
Undocumented in source. Be warned that the author may not have intended to support it.
characterAtIndex
wchar characterAtIndex(int index)
getCharacters
void getCharacters(wchar* buffer, NSRange range)
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
rangeOfString
NSRange rangeOfString(NSString aString)
Undocumented in source. Be warned that the author may not have intended to support it.
stringByAppendingString
NSString stringByAppendingString(NSString aString)
Undocumented in source. Be warned that the author may not have intended to support it.
stringWithCharacters
NSString stringWithCharacters(wchar* chars, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin NSObjectTemplate!(NSString, "NSString")
Undocumented in source.

Static functions

stringWith
NSString stringWith(wstring str)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

parent
NSObject parent;
Undocumented in source.

Mixed In Members

From mixin NSObjectTemplate!(NSString, "NSString")

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