ObjcSelector

Undocumented in source.

Constructors

this
this(const(char)* sv, size_t len, size_t pcount)
Undocumented in source.

Members

Functions

toString
const(char)[] toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

_init
void _init()
Undocumented in source. Be warned that the author may not have intended to support it.
create
ObjcSelector* create(FuncDeclaration fdecl)
Undocumented in source. Be warned that the author may not have intended to support it.
lookup
ObjcSelector* lookup(const(char)* s)
Undocumented in source. Be warned that the author may not have intended to support it.
lookup
ObjcSelector* lookup(const(char)* s, size_t len, size_t pcount)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

paramCount
size_t paramCount;
Undocumented in source.
stringlen
size_t stringlen;
Undocumented in source.
stringvalue
const(char)* stringvalue;
Undocumented in source.

Meta