Tests the functionality of the xmt_hash_table. More...
#include <mtgl/xmt_hash_table.hpp>
#include <mtgl/util.hpp>
Data Structures | |
class | table_visitor |
Defines | |
#define | MAX_LOOP 100000000 |
#define | OPEN_ADDRESS_HASH_SIZE 200000000 |
Typedefs | |
typedef xmt_hash_table< int, int > | hash_table_type |
Functions | |
int | main () |
Tests the functionality of the xmt_hash_table.