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 84 of file hash_fct_test.cc.

Member Data Documentation

◆ test_double

const double HashConsistencyTest::test_double = 3.14159265359
protected

Definition at line 90 of file hash_fct_test.cc.

◆ test_int

const int HashConsistencyTest::test_int = 42
protected

Definition at line 89 of file hash_fct_test.cc.

◆ test_std_string

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

Definition at line 88 of file hash_fct_test.cc.

◆ test_string

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

Definition at line 87 of file hash_fct_test.cc.


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