Lolly 1.4.28
|
#include <hashtree.hpp>
Public Member Functions | |
hashtree (const hashtree< K, V > &) | |
~hashtree () | |
hashtree< K, V > & | operator= (hashtree< K, V > x) |
hashtree () | |
hashtree (V val) | |
hashtree_rep< K, V > * | operator-> (void) |
hashtree< K, V > | operator() (K key) |
hashtree< K, V > | operator[] (K key) |
Private Member Functions | |
hashtree (bool) | |
void | realize () |
Private Attributes | |
hashtree_rep< K, V > * | rep |
Friends | |
class | hashtree_rep< K, V > |
bool | is_nil (hashtree< K, V > ht) |
int | N (hashtree< K, V > ht) |
Definition at line 87 of file hashtree.hpp.
Definition at line 92 of file hashtree.hpp.
Definition at line 24 of file hashtree.ipp.
Definition at line 28 of file hashtree.ipp.
Definition at line 103 of file hashtree.hpp.
Definition at line 106 of file hashtree.hpp.
Definition at line 83 of file hashtree.ipp.
|
inline |
Definition at line 96 of file hashtree.ipp.
Definition at line 111 of file hashtree.ipp.
Definition at line 104 of file hashtree.ipp.
Definition at line 120 of file hashtree.hpp.
Definition at line 123 of file hashtree.ipp.
Definition at line 129 of file hashtree.ipp.
Definition at line 89 of file hashtree.hpp.