ddmd.dmangle

Compiler implementation of the D programming language

Members

Classes

Mangler
class Mangler
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Functions

mangleExact
const(char)* mangleExact(FuncDeclaration fd)

Returns exact mangled name of function.

mangleToBuffer
void mangleToBuffer(Type t, OutBuffer* buf)
Undocumented in source. Be warned that the author may not have intended to support it.
mangleToBuffer
void mangleToBuffer(Expression e, OutBuffer* buf)
Undocumented in source. Be warned that the author may not have intended to support it.
mangleToBuffer
void mangleToBuffer(Dsymbol s, OutBuffer* buf)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

Source

See Source File
$(DMDSRC _dmangle.d)