DependencyResolver.TreeNodes

Encapsulates a list of outgoing edges in the dependency graph.

A value of this type represents a single dependency with multiple possible configurations for the target package.

Members

Functions

opCmp
int opCmp(TreeNodes other)
Undocumented in source. Be warned that the author may not have intended to support it.
opEqual
bool opEqual(TreeNodes 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

configs
CONFIGS configs;
Undocumented in source.
depType
DependencyType depType;
Undocumented in source.
pack
PackageName pack;
Undocumented in source.

Meta