BPHash
General object hashing library for C++
Functions
test_unique.cpp File Reference
#include "test_helpers.hpp"
#include <algorithm>
Include dependency graph for test_unique.cpp:

Go to the source code of this file.

Functions

void test_integers (HashType htype, std::vector< HashValue > &all_hashes)
 
void test_floating (HashType htype, std::vector< HashValue > &all_hashes)
 
void test_string (HashType htype, std::vector< HashValue > &all_hashes)
 
void test_tuple (HashType htype, std::vector< HashValue > &all_hashes)
 
int main (void)
 

Function Documentation

int main ( void  )

Definition at line 22 of file test_unique.cpp.

Here is the call graph for this function:

void test_floating ( HashType  htype,
std::vector< HashValue > &  all_hashes 
)

Definition at line 14 of file test_floating.cpp.

Here is the caller graph for this function:

void test_integers ( HashType  htype,
std::vector< HashValue > &  all_hashes 
)

Definition at line 14 of file test_integers.cpp.

Here is the caller graph for this function:

void test_string ( HashType  htype,
std::vector< HashValue > &  all_hashes 
)

Definition at line 14 of file test_string.cpp.

Here is the caller graph for this function:

void test_tuple ( HashType  htype,
std::vector< HashValue > &  all_hashes 
)

Definition at line 14 of file test_tuple.cpp.

Here is the caller graph for this function: