Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
dynsetohash.cc File Reference

Tests for Dynsetohash. More...

#include <gtest/gtest.h>
#include <tpl_dynMapOhash.H>
#include <tpl_dynSetHash.H>
Include dependency graph for dynsetohash.cc:

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)
 

Detailed Description

Tests for Dynsetohash.

Definition in file dynsetohash.cc.

Typedef Documentation

◆ HashTypes

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.

◆ P

using P = pair<size_t, string>

Definition at line 46 of file dynsetohash.cc.

Function Documentation

◆ INSTANTIATE_TYPED_TEST_CASE_P()

INSTANTIATE_TYPED_TEST_CASE_P ( Open  ,
OHashTest  ,
HashTypes   
)

◆ REGISTER_TYPED_TEST_CASE_P()

REGISTER_TYPED_TEST_CASE_P ( OHashTest  ,
basic   
)

◆ TYPED_TEST_CASE_P()

TYPED_TEST_CASE_P ( OHashTest  )

◆ TYPED_TEST_P()

TYPED_TEST_P ( OHashTest  ,
basic   
)

Definition at line 56 of file dynsetohash.cc.

References Aleph::maps(), tbl, and Aleph::to_string().