|
Public Member Functions |
| out_db (int fd) |
| out_db (const std::string &filename) |
| ~out_db () |
template<class K, class V> void | insert (const std::vector< K > &key, const std::vector< V > &value) |
template<class V> void | insert (const std::string &key, const std::vector< V > &value) |
template<class S> void | insert (const std::string &key, const S *value) |
Private Member Functions |
void | insert_impl (const void *key, cdbi_t keylen, const void *value, cdbi_t valuelen) |
Private Attributes |
cdb_make | cdbm_ |
int | fd_ |
bool | self_ |