72 nothing
put(
string path, any value);
84 any
take(
string path);
any 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:24
*hash getAll()
Retrieves the entire TreeMap as a hash; returns NOTHING if the TreeMap is empty.
destructor()
Releases any resource held by the instance.
nothing put(string path, any value)
Puts the mapping of path to value into the container.
hash hash(object obj)
Returns a hash of an object's members.
copy()
Throws an exception; objects of this class cannot be copied.
constructor()
Creates an empty TreeMap container.