Go to the source code of this file.
unit test SymbolHashtable_test
Definition in file symbol-hashtable-test.cpp.
#include "lib/test/run.hpp"
#include "lib/test/test-helper.hpp"
#include "lib/util.hpp"
#include "lib/symbol.hpp"
#include <boost/functional/hash.hpp>
#include <unordered_map>
#include <cstring>
#include <string>
|
typedef std::unordered_map< Symbol, string, hash< Symbol > > | HTable |
|
|
| LAUNCHER (SymbolHashtable_test, "function common") |
|
|
Symbol | KEY1 ("Key1") |
|
Symbol | KEY2 ("Key2") |
|
Symbol | KEY3 ("Key3") |
|
Symbol | KEY4 ("Key4") |
|
Symbol | KEY5 ("Key5") |
|
|
| lib |
| Implementation namespace for support and library code.
|
|