PathTreeNode

Undocumented in source.

Constructors

this
this(string path)
Undocumented in source.

Members

Aliases

Link
alias Link = ValueChain!Data
Undocumented in source.
LinkWithCoordinates
alias LinkWithCoordinates = ValueChainWithCoordinates!Data
Undocumented in source.

Functions

getValueChain
Optional!Link getValueChain(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(string path, Data data)
Undocumented in source. Be warned that the author may not have intended to support it.
resolveValueChainWithCoordinates
Optional!LinkWithCoordinates resolveValueChainWithCoordinates(string path, string upToRoot)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta