31 #ifndef HAM_HAMSTERDB_HPP__
32 #define HAM_HAMSTERDB_HPP__
39 #if defined(_MSC_VER) && defined(_DEBUG) && !defined(_CRTDBG_MAP_ALLOC)
40 # define _CRTDBG_MAP_ALLOC
290 static void get_license(
const char **licensee,
const char **product) {
311 db &rhs = (
db &)other;
357 return (
find(0, k, flags));
466 t ? t->get_handle() : 0, flags);
520 (r ? r->get_handle() : 0), flags);
690 std::vector<ham_u16_t> v(count);
716 #endif // HAMSTERDB_HPP__