DependencyResolver.TreeNode

A single node in the dependency graph.

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

class DependencyResolver(CONFIGS, CONFIG)
static
struct TreeNode {}

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
string pack;
Undocumented in source.

Meta