dextool v2.0.0-rc.1 (2020-01-03T16:03:52Z)
Dub
Repo
NodeData
dextool
plugin
graphml
backend
base
Undocumented in source.
package
struct
NodeData {
struct
TaggedAlgebraic
(U)
via
import
taggedalgebraic
:
TaggedAlgebraic
,
Void
;
;
struct
Void
via
import
taggedalgebraic
:
TaggedAlgebraic
,
Void
;
;
alias
Tag
=
TaggedAlgebraic
!
TagUnion
;
Tag
tag
;
union
TagUnion
;
void
toString
(Writer w, FormatSpec!Char fmt);
}
Alias This
tag
Members
Aliases
Tag
alias
Tag
=
TaggedAlgebraic
!
TagUnion
Undocumented in source.
Functions
toString
void
toString
(Writer w, FormatSpec!Char fmt)
Undocumented in source. Be warned that the author may not have intended to support it.
Unions
TagUnion
union
TagUnion
Undocumented in source.
Variables
tag
Tag
tag
;
Undocumented in source.
Meta
Source
See Implementation
dextool
plugin
graphml
backend
base
classes
GraphMLAnalyzer
TransformToXmlStream
structs
NodeData