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

Protected Member Functions

void SetUp () override
 

Protected Attributes

const charempty_string = ""
 
const std::string empty_std_string = ""
 
const charsingle_char = "a"
 
std::string large_string
 

Detailed Description

Definition at line 280 of file hash_fct_test.cc.

Member Function Documentation

◆ SetUp()

void HashEdgeCaseTest::SetUp ( )
inlineoverrideprotected

Definition at line 288 of file hash_fct_test.cc.

Member Data Documentation

◆ empty_std_string

const std::string HashEdgeCaseTest::empty_std_string = ""
protected

Definition at line 284 of file hash_fct_test.cc.

◆ empty_string

const char* HashEdgeCaseTest::empty_string = ""
protected

Definition at line 283 of file hash_fct_test.cc.

◆ large_string

std::string HashEdgeCaseTest::large_string
protected

Definition at line 286 of file hash_fct_test.cc.

◆ single_char

const char* HashEdgeCaseTest::single_char = "a"
protected

Definition at line 285 of file hash_fct_test.cc.


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