#ifndef NHASHMAP_H #define NHASHMAP_H #include "shashmap.h" using namespace std; template struct nhashmap : public shashmap { inline obj_type get_elem(string s_key); }; #include "nhashmap.tmpl" #endif