Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
MapODhashTest Class Reference
Inheritance diagram for MapODhashTest:
[legend]
Collaboration diagram for MapODhashTest:
[legend]

Protected Member Functions

void SetUp () override
 
void populate_map ()
 
void populate_int_map ()
 

Protected Attributes

MapODhash< std::string, intmap
 
MapODhash< int, std::string > int_map
 

Detailed Description

Definition at line 49 of file dynmapohash_test.cc.

Member Function Documentation

◆ populate_int_map()

void MapODhashTest::populate_int_map ( )
inlineprotected

◆ populate_map()

void MapODhashTest::populate_map ( )
inlineprotected

◆ SetUp()

void MapODhashTest::SetUp ( )
inlineoverrideprotected

Definition at line 55 of file dynmapohash_test.cc.

Member Data Documentation

◆ int_map

MapODhash<int, std::string> MapODhashTest::int_map
protected

Definition at line 53 of file dynmapohash_test.cc.

Referenced by populate_int_map().

◆ map

MapODhash<std::string, int> MapODhashTest::map
protected

Definition at line 52 of file dynmapohash_test.cc.

Referenced by populate_map().


The documentation for this class was generated from the following file: