- attrToXml
void attrToXml(T bundle, Writer recv)
Serialize a struct into the writer.
- ccdataWrap
void ccdataWrap(Writer w, ARGS args)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeShapeNode
auto makeShapeNode(string label, ColorKind color)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeUMLClassNode
auto makeUMLClassNode(string label)
Undocumented in source. Be warned that the author may not have intended to support it.
- nextGraphId
ulong nextGraphId()
Undocumented in source. Be warned that the author may not have intended to support it.
- nodeToXml
void nodeToXml(T bundle, Writer recv)
Undocumented in source. Be warned that the author may not have intended to support it.
- xmlComment
void xmlComment(RecvT recv, CharT v)
Undocumented in source. Be warned that the author may not have intended to support it.
- xmlEdge
void xmlEdge(RecvT recv, SourceT src, TargetT target, EdgeKind kind)
Undocumented in source. Be warned that the author may not have intended to support it.
- xmlFooter
void xmlFooter(RecvT recv)
Write the xml footer as required by GraphML.
- xmlHeader
void xmlHeader(RecvT recv)
Write the XML header for graphml with needed key definitions.