dpp.translation.function_

Function translations.

Members

Functions

numParams
long numParams(from!"clang".Cursor cursor)
Undocumented in source. Be warned that the author may not have intended to support it.
translateFunction
string[] translateFunction(from!"clang".Cursor cursor, from!"dpp.runtime.context".Context context)
Undocumented in source.
translateInheritingConstructor
string[] translateInheritingConstructor(from!"clang".Cursor cursor, from!"dpp.runtime.context".Context context)
Undocumented in source. Be warned that the author may not have intended to support it.
translateParamTypes
auto translateParamTypes(from!"clang".Cursor cursor, from!"clang".Type cursorType, from!"dpp.runtime.context".Context context)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

OPERATOR_PREFIX
enum OPERATOR_PREFIX;
Undocumented in source.

Meta