ObjcFuncDeclaration

Contains all data for a function declaration that is needed for the Objective-C integration.

extern (C++)
struct ObjcFuncDeclaration {}

Members

Variables

selector
ObjcSelector* selector;

The method selector (member functions only).

selectorParameter
VarDeclaration selectorParameter;

The implicit selector parameter.

Meta