Graph

Undocumented in source.

Members

Functions

ark
string ark()
Undocumented in source.
edge
auto edge(S src, D dst)
Undocumented in source. Be warned that the author may not have intended to support it.
edge
auto edge(S src, D dst, string[string] option)
Undocumented in source. Be warned that the author may not have intended to support it.
node
auto ref node(Node d)
Undocumented in source. Be warned that the author may not have intended to support it.
node
auto ref node(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
node
auto ref node(T t, string[string] option)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
typename
string typename()
edgeOpt
Option edgeOpt;
Undocumented in source.

Variables

edges
Edge[string] edges;
Undocumented in source.
graphOpt
Option graphOpt;
nodeOpt
Option nodeOpt;
Undocumented in source.
nodes
Node[string] nodes;
Undocumented in source.

Meta