StringStream

Undocumented in source.

Constructors

this
this(string initial)
Undocumented in source.

Members

Mixins

__anonymous
mixin StreamWrite
Undocumented in source.

Variables

content
string content;
Undocumented in source.

Mixed In Members

From mixin StreamWrite

newLine
string newLine;
Undocumented in source.
indentLevel
int indentLevel;
Undocumented in source.
indentString
string indentString;

Set this to null to disable indentation, even when indent() is called.

isDirty
bool isDirty;
Undocumented in source.
isIndentEnabled
bool isIndentEnabled [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
indent
void indent()

Increase indentation. Does not write.

dedent
void dedent()

Decrease indentation to a minimum of 0. Does not write.

write
void write(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
writeln
void writeln(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
writeln
void writeln()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta