dub v0.9.23-rc.2 (2015-04-02T19:36:12Z)
Dub
Repo
DependencyResolver.TreeNode
dub
dependencyresolver
DependencyResolver
Undocumented in source.
class
DependencyResolver
(CONFIGS, CONFIG)
static
struct
TreeNode {
string
pack
;
CONFIG
config
;
hash_t
toHash
();
bool
opEqual
(TreeNode other);
int
opCmp
(TreeNode other);
}
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
hash_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
Source
See Implementation
dub
dependencyresolver
DependencyResolver
functions
getAllConfigs
getChildren
getSpecificConfigs
matches
resolve
structs
TreeNode
TreeNodes