ObjcGlue

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Members

Functions

addSelectorParameterSymbol
size_t addSelectorParameterSymbol(FuncDeclaration functionDeclaration, Symbol** parameters, size_t parameterCount)

Adds the selector parameter to the given list of parameters.

getOffset
elem* getOffset(VarDeclaration var, Type type, elem* offset)

Returns the offset of the given variable declaration var.

reset
void reset()

Resets the Objective-C glue layer.

toElem
elem* toElem(ObjcClassReferenceExp e)
toObjFile
void toObjFile(ClassDeclaration classDeclaration)

Outputs the given Objective-C class to the object file.

Suggestion Box / Bug Report