hamsterdb Embedded Database  2.1.7
Data Structures | Namespaces | Constant Groups
hamsterdb.hpp File Reference
#include <ham/hamsterdb.h>
#include <ham/hamsterdb_int.h>
#include <cstring>
#include <vector>

Go to the source code of this file.

Data Structures

class  hamsterdb::error
 
class  hamsterdb::key
 
class  hamsterdb::record
 
class  hamsterdb::txn
 
class  hamsterdb::db
 
class  hamsterdb::cursor
 
class  hamsterdb::env
 

Namespaces

 hamsterdb
 

Constant Groups

 hamsterdb
 

Detailed Description

Author
Christoph Rupp, chris.nosp@m.@cru.nosp@m.pp.de
Version
2.1.7

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

See Also
ham::error in case of an error. Please refer to the C API documentation for more information. You can find it here: http://hamsterdb.com/?page=doxygen&module=globals.html

Definition in file hamsterdb.hpp.