- begin
Iterator begin()
Undocumented in source. Be warned that the author may not have intended to support it.
- bucket
size_t bucket(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
- bucketCount
size_t bucketCount()
Undocumented in source. Be warned that the author may not have intended to support it.
- bucketSize
size_t bucketSize(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- clearDeletedKey
void clearDeletedKey()
Undocumented in source. Be warned that the author may not have intended to support it.
- clearNoResize
void clearNoResize()
Undocumented in source. Be warned that the author may not have intended to support it.
- count
size_t count(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
- deletedKey
Key deletedKey()
Undocumented in source. Be warned that the author may not have intended to support it.
- empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
- emptyKey
Key emptyKey()
Undocumented in source. Be warned that the author may not have intended to support it.
- end
Iterator end()
Undocumented in source. Be warned that the author may not have intended to support it.
- equalKey
bool equalKey(Key a, Key b)
Undocumented in source. Be warned that the author may not have intended to support it.
- equalRange
Pair!(Iterator, Iterator) equalRange(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
- erase
void erase(Iterator pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- erase
void erase(Iterator f, Iterator l)
Undocumented in source. Be warned that the author may not have intended to support it.
- erase
size_t erase(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
- find
Iterator find(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
- findOrInsert
Value findOrInsert(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
- getKey
Key getKey(Value v)
Undocumented in source. Be warned that the author may not have intended to support it.
- getResizingParameters
void getResizingParameters(float shrink, float grow)
Undocumented in source. Be warned that the author may not have intended to support it.
- hash
size_t hash(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
Pair!(Iterator, bool) insert(Value obj)
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
void insert(Iterator f, Iterator l)
Undocumented in source. Be warned that the author may not have intended to support it.
- maxBucketCount
size_t maxBucketCount()
Undocumented in source. Be warned that the author may not have intended to support it.
- maxSize
size_t maxSize()
Undocumented in source. Be warned that the author may not have intended to support it.
- nonemptyBucketCount
size_t nonemptyBucketCount()
Undocumented in source. Be warned that the author may not have intended to support it.
- numTableCopies
int numTableCopies()
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
- resize
void resize(size_t req_elements)
Undocumented in source. Be warned that the author may not have intended to support it.
- setDeletedKey
void setDeletedKey(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
- setEmptyKey
void setEmptyKey(Value val)
Undocumented in source. Be warned that the author may not have intended to support it.
- setKey
void setKey(Value v, Key k)
Undocumented in source. Be warned that the author may not have intended to support it.
- setResizingParameters
void setResizingParameters(float shrink, float grow)
Undocumented in source. Be warned that the author may not have intended to support it.
- size
size_t size()
Undocumented in source. Be warned that the author may not have intended to support it.
- swap
void swap(DenseHashTable ht)
Undocumented in source. Be warned that the author may not have intended to support it.
- testDeleted
bool testDeleted(size_t bucknum)
Undocumented in source. Be warned that the author may not have intended to support it.
- testDeleted
bool testDeleted(Iterator it)
Undocumented in source. Be warned that the author may not have intended to support it.
- testEmpty
bool testEmpty(size_t bucknum)
Undocumented in source. Be warned that the author may not have intended to support it.
- testEmpty
bool testEmpty(Iterator it)
Undocumented in source. Be warned that the author may not have intended to support it.
Hashtable class, used to implement the hashed associative containers hash_set and hash_map.