Lumiera  0.pre.03
»edit your freedom«
symbol-hashtable-test.cpp File Reference

Go to the source code of this file.

Description

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>

Classes

class  SymbolHashtable_test
 

Typedefs

typedef std::unordered_map< Symbol, string, hash< Symbol > > HTable
 

Functions

 LAUNCHER (SymbolHashtable_test, "function common")
 

Variables

Symbol KEY1 ("Key1")
 
Symbol KEY2 ("Key2")
 
Symbol KEY3 ("Key3")
 
Symbol KEY4 ("Key4")
 
Symbol KEY5 ("Key5")
 

Namespaces

 lib
 Implementation namespace for support and library code.