19template <
class K,
class V>
class hashtree;
hashmap< K, hashtree< K, V > > children
void add_child(K key, hashtree< K, V > &child)
void add_new_child(K key)
hashtree< K, V > & operator=(hashtree< K, V > x)
hashtree_rep< K, V > * operator->(void)
hashtree< K, V > operator[](K key)
hashtree< K, V > operator()(K key)
hashtree_rep< K, V > * rep
The list class represents a linked list.
bool is_nil(hashtree< K, V > tree)
int N(hashtree< K, V > tree)
Structure representing a concrete object with a reference count.