77auto get(
string path, *reference<*string> unmatched);
 
   95nothing 
put(
string path, 
auto value);
 
A container for efficient path prefix lookup.
Definition: QC_TreeMap.dox.h:25
 
constructor()
Creates an empty TreeMap container.
 
*hash getAll()
Retrieves the entire TreeMap as a hash; returns NOTHING if the TreeMap is empty.
 
nothing put(string path, auto value)
Puts the mapping of path to value into the container.
 
auto get(string path, *reference< *string > unmatched)
Retrieves a value from the TreeMap and optionally returns the unmatched path suffix.
 
destructor()
Releases any resource held by the instance.
 
copy()
Throws an exception; objects of this class cannot be copied.
 
auto take(string path)
Removes a value from the TreeMap and returns the value removed.
 
hash< auto > hash()
Always returns the same hash passed.
 
Qore namespace.
Definition: QC_AbstractSmartLock.dox.h:2