upscaledb  2.2.1
Data Structures | Namespaces
upscaledb.hpp File Reference
#include <ups/upscaledb.h>
#include <ups/upscaledb_int.h>
#include <cstring>
#include <cassert>
#include <vector>

Go to the source code of this file.

Data Structures

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

Namespaces

 upscaledb
 

Detailed Description

Author
Christoph Rupp, chris.nosp@m.@cru.nosp@m.pp.de
Version
2.2.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
ups::error in case of an error. Please refer to the C API documentation for more information. You can find it here: http://upscaledb.com/?page=doxygen&module=globals.html

Definition in file upscaledb.hpp.