ObjcFuncDeclaration

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

Members

Variables

isOptional
bool isOptional;

true if this function declaration is declared optional.

selector
ObjcSelector* selector;

The method selector (member functions only).

selectorParameter
VarDeclaration selectorParameter;

The implicit selector parameter.

Suggestion Box / Bug Report