#include <Map.h>
Inherits Vec< C, A >.
Public Types | |
typedef Vec< C, A > | V |
Public Member Functions | |
C | get (K akey) |
C * | put (C avalue) |
Definition at line 115 of file Map.h.
C HashSet< K, AHashFns, C, A >::get | ( | K | akey | ) | [inline] |
Definition at line 338 of file Map.h.
References Vec< C, A >::i, MAP_INTEGRAL_SIZE, Vec< C, A >::n, open_hash_primes, and Vec< C, A >::v.
C * HashSet< K, AHashFns, C, A >::put | ( | C | avalue | ) | [inline] |
Definition at line 361 of file Map.h.
References Vec< C, A >::e, Vec< C, A >::i, MAP_INTEGRAL_SIZE, Vec< C, A >::n, open_hash_primes, Vec< C, A >::set_expand(), SET_INITIAL_INDEX, and Vec< C, A >::v.