- get
Optional!Data get(string path)
- getValueChain
Optional!(ValueChain!Data) getValueChain(string path)
Undocumented in source.
- getVersion
Optional!size_t getVersion(string path)
- mapPaths
PathTreeView!Data mapPaths(PathMapper mapper)
Undocumented in source. Be warned that the author may not have intended to support it.
- mapValues
PathTreeView!NewData mapValues(ValueMapper!(Data, NewData) mapper)
Undocumented in source. Be warned that the author may not have intended to support it.
- resolve
Optional!Data resolve(string path, string upToRoot)
- resolveValueChain
Optional!(ValueChain!Data) resolveValueChain(string path, string upToRoot)
Undocumented in source.
- resolveVersion
Optional!size_t resolveVersion(string path, string upToRoot)
Undocumented in source. Be warned that the author may not have intended to support it.
- subtree
PathTreeView!Data subtree(string from)
Undocumented in source. Be warned that the author may not have intended to support it.