Data Structures | Namespaces

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  ham::error
class  ham::key
class  ham::record
class  ham::txn
class  ham::db
class  ham::cursor
class  ham::env

Namespaces

namespace  ham

Detailed Description

Author:
Christoph Rupp, chris@crupp.de
Version:
1.1.1

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.