dextool v2.0.0-rc.1 (2020-01-03T16:03:52Z)
Dub
Repo
XmlStream
dextool
plugin
frontend
graphml
Undocumented in source.
@
safe
struct
XmlStream {
struct
FileName
via
import
dextool
.
type
:
FileName
;
;
import
std
.
stdio
:
File
;
;
static
auto
make
(FileName fname);
this(this)
;
void
put
(const(char)[] v);
}
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
put
void
put
(const(char)[] v)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
make
auto
make
(FileName fname)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dextool
plugin
frontend
graphml
classes
GraphMLFrontend
functions
pluginMain
structs
Lookup
XmlStream