ObjcSelector

Undocumented in source.

Constructors

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

Members

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.

Static variables

incnum
int incnum;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
stringtable
StringTable stringtable;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
vTableDispatchSelectors
StringTable vTableDispatchSelectors;
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Variables

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

Meta