|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Tests for Dynsetohash. More...
Go to the source code of this file.
Classes | |
| struct | OHashTest< HashTbl > |
Typedefs | |
| using | P = pair< size_t, string > |
| typedef Types< MapODhash< size_t, string >, MapOLhash< size_t, string >, DynMapLinHash< size_t, string >, DynMapHash< size_t, string > > | HashTypes |
Functions | |
| TYPED_TEST_CASE_P (OHashTest) | |
| TYPED_TEST_P (OHashTest, basic) | |
| REGISTER_TYPED_TEST_CASE_P (OHashTest, basic) | |
| INSTANTIATE_TYPED_TEST_CASE_P (Open, OHashTest, HashTypes) | |
Tests for Dynsetohash.
Definition in file dynsetohash.cc.
| typedef Types<MapODhash<size_t, string>, MapOLhash<size_t, string>, DynMapLinHash<size_t, string>, DynMapHash<size_t, string> > HashTypes |
Definition at line 90 of file dynsetohash.cc.
Definition at line 46 of file dynsetohash.cc.
| REGISTER_TYPED_TEST_CASE_P | ( | OHashTest | , |
| basic | |||
| ) |
| TYPED_TEST_CASE_P | ( | OHashTest | ) |
| TYPED_TEST_P | ( | OHashTest | , |
| basic | |||
| ) |
Definition at line 56 of file dynsetohash.cc.
References Aleph::maps(), tbl, and Aleph::to_string().