hamsterdb Embedded Database 1.1.13
|
#include <ham/hamsterdb.h>
#include <ham/hamsterdb_int.h>
#include <cstring>
#include <vector>
Go to the source code of this file.
Data Structures | |
class | ham::error |
class | ham::key |
class | ham::record |
class | ham::txn |
class | ham::db |
class | ham::cursor |
class | ham::env |
Namespaces | |
namespace | ham |
This C++ wrapper class is a very tight wrapper around the C API. It does not attempt to be STL compatible.
All functions throw exceptions of class
Definition in file hamsterdb.hpp.