Undirected

Undocumented in source.

Members

Functions

ark
string ark()
Undocumented in source. Be warned that the author may not have intended to support it.
typename
string typename()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Graph

nodes
Node[string] nodes;
Undocumented in source.
edges
Edge[string] edges;
Undocumented in source.
graphOpt
Option graphOpt;
nodeOpt
Option nodeOpt;
edgeOpt
Option edgeOpt;
Undocumented in source.
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.
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.
typename
string typename()
Undocumented in source.
ark
string ark()
Undocumented in source.
toString
string toString()
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.

Meta