|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Protected Member Functions | |
| void | SetUp () override |
| void | populate_map () |
| void | populate_int_map () |
Protected Attributes | |
| MapODhash< std::string, int > | map |
| MapODhash< int, std::string > | int_map |
Definition at line 49 of file dynmapohash_test.cc.
|
inlineprotected |
Definition at line 69 of file dynmapohash_test.cc.
References Aleph::MapOpenHash< Key, Data, Cmp, HashTable >::insert(), and int_map.
|
inlineprotected |
Definition at line 60 of file dynmapohash_test.cc.
References Aleph::MapOpenHash< Key, Data, Cmp, HashTable >::insert(), and map.
|
inlineoverrideprotected |
Definition at line 55 of file dynmapohash_test.cc.
Definition at line 53 of file dynmapohash_test.cc.
Referenced by populate_int_map().
Definition at line 52 of file dynmapohash_test.cc.
Referenced by populate_map().