DependencyResolver.TreeNode

A single node in the dependency graph.

Nodes are a combination of a package and a single package configuration.

Members

Functions

opCmp
int opCmp(TreeNode other)
Undocumented in source. Be warned that the author may not have intended to support it.
opEqual
bool opEqual(TreeNode other)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

config
CONFIG config;
Undocumented in source.
pack
PackageName pack;
Undocumented in source.

Meta