15 std::vector<HashValue> & all_hashes)
19 test_tuples_2<unsigned short, unsigned long>(
int_test,
int_test, htype, all_hashes);
21 test_tuples_2<const char *, const char *>(
str_test,
str_test, htype, all_hashes);
22 test_tuples_2<std::string, const char *>(
str_test,
str_test, htype, all_hashes);
23 test_tuples_2<const char *, std::string >(
str_test,
str_test, htype, all_hashes);
24 test_tuples_2<std::string, std::string >(
str_test,
str_test, htype, all_hashes);
28 test_tuples_2<unsigned short, std::string>(
int_test,
str_test, htype, all_hashes);
32 test_tuples_2<std::string, unsigned short>(
str_test,
int_test, htype, all_hashes);
Helper functions for testing.
void test_tuple(HashType htype, std::vector< HashValue > &all_hashes)
HashType
Type of hash to use.
static const std::vector< long > int_test
static std::vector< const char * > str_test