#include <raw_big_hash_map.hpp>
Public Member Functions | |
virtual bool | find (const std::string &key, char *value_buffer)=0 |
virtual uint64_t | size () const =0 |
This interface is just for JNA usage.
Definition at line 17 of file raw_big_hash_map.hpp.
virtual bool aitools::bighashmap::core::raw_big_hash_map::find | ( | const std::string & | key, | |
char * | value_buffer | |||
) | [pure virtual] |
Implemented in aitools::bighashmap::core::big_hash_map< T >.
Referenced by bhm_find().
virtual uint64_t aitools::bighashmap::core::raw_big_hash_map::size | ( | ) | const [pure virtual] |
Implemented in aitools::bighashmap::core::big_hash_map< T >.
Referenced by bhm_size().