warpcore 0.0.1
Hashing at the Speed of Light on modern CUDA-accelerators
warpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes > Member List

This is the complete list of members for warpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >, including all inherited members.

BucketListHashTable classwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >friend
bytes_total() const noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inline
capacity() const noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inline
cg_size() noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inlinestatic
CountingHashTable classwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >friend
empty_key() noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inlinestatic
erase(const key_type key_in, const cg::thread_block_tile< cg_size()> &group, const index_type probing_length=defaults::probing_length()) noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inline
erase(const key_type *const keys_in, const index_type num_in, const cudaStream_t stream=0, const index_type probing_length=defaults::probing_length(), typename StatusHandler::base_type *const status_out=nullptr) noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inline
for_each(Func f, const cudaStream_t stream=0, const index_type smem_bytes=0) const noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inline
index_type typedefwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >
init(const key_type seed, const cudaStream_t stream=0) noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inline
init(const cudaStream_t stream=0) noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inline
insert(const key_type key_in, const value_type &value_in, const cg::thread_block_tile< cg_size()> &group, const index_type probing_length=defaults::probing_length()) noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inline
insert(const key_type *const keys_in, const value_type *const values_in, const index_type num_in, const cudaStream_t stream=0, const index_type probing_length=defaults::probing_length(), typename StatusHandler::base_type *const status_out=nullptr) noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inline
is_copy() const noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inline
is_empty_key(const key_type key) noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inlinestatic
is_initialized() const noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inline
is_tombstone_key(const key_type key) noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inlinestatic
is_valid_key(const key_type key) noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inlinestatic
key_type typedefwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >
load_factor(const cudaStream_t stream=0) const noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inline
peek_status(const cudaStream_t stream=0) const noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inline
pop_status(const cudaStream_t stream=0) noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inline
retrieve(const key_type key_in, value_type &value_out, const cg::thread_block_tile< cg_size()> &group, const index_type probing_length=defaults::probing_length()) const noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inline
retrieve(const key_type *const keys_in, const index_type num_in, value_type *const values_out, const cudaStream_t stream=0, const index_type probing_length=defaults::probing_length(), typename StatusHandler::base_type *const status_out=nullptr) const noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inline
retrieve(const key_type *const keys_in, const index_type num_in, key_type *const keys_out, value_type *const values_out, index_type &num_out, const cudaStream_t stream=0, const index_type probing_length=defaults::probing_length(), typename StatusHandler::base_type *const status_out=nullptr) const noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inline
retrieve_all(key_type *const keys_out, value_type *const values_out, index_type &num_out, const cudaStream_t stream=0) const noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inline
seed() const noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inline
SingleValueHashTable(const index_type min_capacity, const key_type seed=defaults::seed< key_type >(), const bool no_init=false) noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inlineexplicit
SingleValueHashTable(const SingleValueHashTable &o) noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inline
SingleValueHashTable(SingleValueHashTable &&o) noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inline
size(const cudaStream_t stream=0) const noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inline
status_type typedefwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >
storage_density(const cudaStream_t stream=0) const noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inline
tombstone_key() noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inlinestatic
value_type typedefwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >
~SingleValueHashTable() noexceptwarpcore::SingleValueHashTable< Key, Value, EmptyKey, TombstoneKey, ProbingScheme, TableStorage, TempMemoryBytes >inline