Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
HashConsistencyTest Class Reference
Inheritance diagram for HashConsistencyTest:
[legend]
Collaboration diagram for HashConsistencyTest:
[legend]

Protected Attributes

const chartest_string = "test_string_for_hashing"
 
const std::string test_std_string = "test_string_for_hashing"
 
const int test_int = 42
 
const double test_double = 3.14159265359
 

Detailed Description

Definition at line 80 of file hash_fct_test.cc.

Member Data Documentation

◆ test_double

const double HashConsistencyTest::test_double = 3.14159265359
protected

Definition at line 86 of file hash_fct_test.cc.

◆ test_int

const int HashConsistencyTest::test_int = 42
protected

Definition at line 85 of file hash_fct_test.cc.

◆ test_std_string

const std::string HashConsistencyTest::test_std_string = "test_string_for_hashing"
protected

Definition at line 84 of file hash_fct_test.cc.

◆ test_string

const char* HashConsistencyTest::test_string = "test_string_for_hashing"
protected

Definition at line 83 of file hash_fct_test.cc.


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