dpp.translation.type

Type translations

Members

Aliases

Translator
alias Translator = string function(in from!"clang".Type type, ref from!"dpp.runtime.context".Context context, in from!"std.typecons".Flag!"translatingFunction" translatingFunction) @(safe) pure
Undocumented in source.
Translators
alias Translators = Translator[from!"clang".Type.Kind]
Undocumented in source.

Functions

hasAnonymousSpelling
bool hasAnonymousSpelling(from!"clang".Type type)
Undocumented in source. Be warned that the author may not have intended to support it.
translate
string translate(from!"clang".Type type, from!"dpp.runtime.context".Context context, from!"std.typecons".Flag!"translatingFunction" translatingFunction)
Undocumented in source. Be warned that the author may not have intended to support it.
translateString
string translateString(string spelling)
Undocumented in source. Be warned that the author may not have intended to support it.
translators
Translators translators()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta