tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
Dot
tagion
tools
graphview
Undocumented in source.
struct
Dot {
import
std
.
format
;
;
static
string
INDENT
;
string
name
;
const
size_t
node_size
;
EventView
[
uint
]
events
;
this
(Document doc, string name);
void
draw
(OutBuffer obuf, const(string) indent);
}
Constructors
this
this
(Document doc, string name)
Undocumented in source.
Members
Functions
draw
void
draw
(OutBuffer obuf, const(string) indent)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
INDENT
string
INDENT
;
Undocumented in source.
Variables
events
EventView
[
uint
]
events
;
Undocumented in source.
name
string
name
;
Undocumented in source.
node_size
size_t
node_size
;
Undocumented in source.
Meta
Source
See Implementation
tagion
tools
graphview
enums
dot_fileextension
fileextensions
functions
_main
color
manifest constants
_params
pastel19
mixins
__anonymous
structs
Dot