FunctionCursor

Undocumented in source.

Alias This

cursor

Members

Properties

isConst
bool isConst [@property getter]

Determine if a C++ member function or member function template is declared 'const'.

isDynamicCall
bool isDynamicCall [@property getter]

Given a cursor pointing to a C++ method call or an Objective-C message, returns non-zero if the method/message is "dynamic", meaning:

isPureVirtual
bool isPureVirtual [@property getter]

Determine if a C++ member function or member function template is pure virtual.

isStatic
bool isStatic [@property getter]
isVirtual
bool isVirtual [@property getter]

Determine if a C++ member function or member function template is explicitly declared 'virtual' or if it overrides a virtual method from one of the base classes.

parameters
ParamVisitor parameters [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
resultType
Type resultType [@property getter]

Return: Retrieve the Type of the result for this Cursor.

Variables

cursor
Cursor cursor;
Undocumented in source.

Meta