mage ~gen-vs2013 (2022-02-23T00:05:29.9661958)
Dub
Repo
ScopedIndentation
mage
util
stream
Note: Untested.
struct
ScopedIndentation (
SomeStream
) {
int
amount
;
SomeStream
*
stream
;
this
();
this
(SomeStream stream, int amount);
~this
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(SomeStream stream, int amount)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Variables
amount
int
amount
;
Undocumented in source.
stream
SomeStream
*
stream
;
Undocumented in source.
Meta
Source
See Implementation
mage
util
stream
mixin templates
StreamWrite
structs
FileStream
ScopedIndentation
StdoutStream
StringStream
Note: Untested.