dpp.translation.translation

Cursor translations

Members

Aliases

Translator
alias Translator = string[] function(in from!"clang".Cursor cursor, ref from!"dpp.runtime.context".Context context) @(safe)
Undocumented in source.

Functions

debugCursor
void debugCursor(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.
translate
string[] translate(from!"clang".Cursor cursor, from!"dpp.runtime.context".Context context, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
translateInclude
string[] translateInclude(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.
translateTopLevelCursor
string translateTopLevelCursor(from!"clang".Cursor cursor, from!"dpp.runtime.context".Context context, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
translators
Translator[from!"clang".Cursor.Kind] translators()
Undocumented in source. Be warned that the author may not have intended to support it.
untranslatable
bool untranslatable(string line)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta