TypeTransformingFormatter

Constructors

this
this(Sink sink, bool useTabs, IndentStyle style, uint indentWidth)
Undocumented in source.

Members

Aliases

format
alias format = Formatter!Sink.format
Undocumented in source.

Functions

flushTempBuffer
void flushTempBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
format
void format(TypeIdentifierPart type)
Undocumented in source. Be warned that the author may not have intended to support it.
format
void format(IdentifierOrTemplateInstance identifierOrTemplateInstance)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(string s)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

tempBuffer
Appender!(char[]) tempBuffer;
Undocumented in source.
translateType
string delegate(const(char)[]) translateType;
Undocumented in source.
useTempBuffer
bool useTempBuffer;
Undocumented in source.

Meta