include/jna/functions.hpp File Reference
#include "bighashmap.hpp"
Go to the source code of this file.
Functions |
const char * | bhm_build (int type_id, const char *src_dir, const char *dst_dir) |
aitools::raw_big_hash_map * | bhm_open (int type_id, const char *idx_file, aitools::memory_type memory) |
bool | bhm_find (aitools::raw_big_hash_map *bhm, const char *key, char *value) |
int64_t | bhm_size (aitools::raw_big_hash_map *bhm) |
void | bhm_close (aitools::raw_big_hash_map *bhm) |
Function Documentation
const char* bhm_build |
( |
int |
type_id, |
|
|
const char * |
src_dir, |
|
|
const char * |
dst_dir | |
|
) |
| | |
void bhm_close |
( |
aitools::raw_big_hash_map * |
bhm |
) |
|
bool bhm_find |
( |
aitools::raw_big_hash_map * |
bhm, |
|
|
const char * |
key, |
|
|
char * |
value | |
|
) |
| | |
aitools::raw_big_hash_map* bhm_open |
( |
int |
type_id, |
|
|
const char * |
idx_file, |
|
|
aitools::memory_type |
memory | |
|
) |
| | |
int64_t bhm_size |
( |
aitools::raw_big_hash_map * |
bhm |
) |
|