![]() |
Lumiera 0.pre.04
»edit your freedom«
|
unit test SymbolHashtable_test More...
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>Namespaces | |
| namespace | lib |
| Implementation namespace for support and library code. | |
| namespace | lib::test |
| Unit tests for the Lumiera support library. | |
| namespace | lib::test::anonymous_namespace{symbol-hashtable-test.cpp} |
Typedefs | |
| typedef std::unordered_map< Symbol, string, hash< Symbol > > | HTable |
Classes | |
| class | SymbolHashtable_test |
Functions | |
| LAUNCHER (SymbolHashtable_test, "function common") | |
Variables | |
| Symbol | KEY1 ("Key1") |
| Symbol | KEY2 ("Key2") |
| Symbol | KEY3 ("Key3") |
| Symbol | KEY4 ("Key4") |
| Symbol | KEY5 ("Key5") |