dextool v2.0.0-rc.1 (2020-01-03T16:03:52Z)
Dub
Repo
ValidNodeId
dextool
plugin
graphml
backend
xml
Undocumented in source.
package @
safe
struct
ValidNodeId {
struct
USRType
via
import
cpptooling
.
data
.
type
:
USRType
;
;
size_t
payload
;
this
(size_t id);
this
(string usr);
this
(USRType usr);
void
toString
(Writer w, FormatSpec!Char fmt);
}
Constructors
this
this
(size_t id)
Undocumented in source.
this
this
(string usr)
Undocumented in source.
this
this
(USRType usr)
Undocumented in source.
Alias This
payload
Members
Functions
toString
void
toString
(Writer w, FormatSpec!Char fmt)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
payload
size_t
payload
;
Undocumented in source.
Meta
Source
See Implementation
dextool
plugin
graphml
backend
xml
aliases
StreamChar
enums
ColorKind
EdgeKind
IdT
NodeAttribute
NodeExtra
NodeId
StereoType
functions
attrToXml
ccdataWrap
makeShapeNode
makeUMLClassNode
nextGraphId
nodeToXml
xmlComment
xmlEdge
xmlFooter
xmlHeader
structs
Attr
FolderNode
NodeStyle
ShapeNode
UMLClassNode
ValidNodeId