77 auto get(
string path, *reference<*string> unmatched);
95 nothing
put(
string path,
auto value);
107 auto take(
string path);
auto take(string path)
Removes a value from the TreeMap and returns the value removed.
A container for efficient path prefix lookup.
Definition: QC_TreeMap.dox.h:25
*hash getAll()
Retrieves the entire TreeMap as a hash; returns NOTHING if the TreeMap is empty.
destructor()
Releases any resource held by the instance.
hash< auto > hash(object obj)
Returns a hash of an object's members.
nothing put(string path, auto value)
Puts the mapping of path to value into the container.
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3
copy()
Throws an exception; objects of this class cannot be copied.
constructor()
Creates an empty TreeMap container.