NSString

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(id id_)
Undocumented in source.

Members

Functions

UTF8String
char* UTF8String()
Undocumented in source. Be warned that the author may not have intended to support it.
getCharacters
void getCharacters(wchar* buffer, NSRange range)
Undocumented in source. Be warned that the author may not have intended to support it.
init
NSString init()
Undocumented in source. Be warned that the author may not have intended to support it.
length
NSUInteger 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.
stringByReplacingRange
NSString stringByReplacingRange(NSRange aRange, NSString str)
Undocumented in source. Be warned that the author may not have intended to support it.
stringWithCharacters
NSString stringWithCharacters(wchar* chars, NSUInteger length)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

alloc
NSString alloc()
Undocumented in source. Be warned that the author may not have intended to support it.
class_
Class class_()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
NSString opAssign(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
stringWith
NSString stringWith(string str)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From NSObject

alloc
NSObject alloc()
Undocumented in source. Be warned that the author may not have intended to support it.
class_
Class class_()
Undocumented in source. Be warned that the author may not have intended to support it.
poseAsClass
void poseAsClass(Class aClass)
Undocumented in source. Be warned that the author may not have intended to support it.
init
NSObject init()
Undocumented in source. Be warned that the author may not have intended to support it.
release
void release()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta