mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Private Attributes | Friends
m::wasm::chained_hash_table_storage< true > Class Reference

#include <WasmAlgo.hpp>

Collaboration diagram for m::wasm::chained_hash_table_storage< true >:
[legend]

Private Attributes

Global< Ptr< void > > address_
 global backup for address of hash table
 
Global< U32x1 > mask_
 global backup for mask of hash table
 
Global< U32x1 > num_entries_
 global backup for number of occupied entries of hash table
 
Global< U32x1 > high_watermark_absolute_
 global backup for absolute high watermark of hash table
 

Friends

struct ChainedHashTable< true >
 

Detailed Description

Definition at line 614 of file WasmAlgo.hpp.

Friends And Related Function Documentation

◆ ChainedHashTable< true >

friend struct ChainedHashTable< true >
friend

Definition at line 473 of file WasmAlgo.hpp.

Field Documentation

◆ address_

Global<Ptr<void> > m::wasm::chained_hash_table_storage< true >::address_
private

global backup for address of hash table

Definition at line 618 of file WasmAlgo.hpp.

◆ high_watermark_absolute_

Global<U32x1> m::wasm::chained_hash_table_storage< true >::high_watermark_absolute_
private

global backup for absolute high watermark of hash table

Definition at line 621 of file WasmAlgo.hpp.

◆ mask_

Global<U32x1> m::wasm::chained_hash_table_storage< true >::mask_
private

global backup for mask of hash table

Definition at line 619 of file WasmAlgo.hpp.

◆ num_entries_

Global<U32x1> m::wasm::chained_hash_table_storage< true >::num_entries_
private

global backup for number of occupied entries of hash table

Definition at line 620 of file WasmAlgo.hpp.


The documentation for this class was generated from the following file: