upscaledb
2.1.13
|
#include <upscaledb.hpp>
Public Member Functions | |
error (ups_status_t st) | |
ups_status_t | get_errno () const |
const char * | get_string () const |
Private Attributes | |
ups_status_t | m_errno |
An error class.
The upscaledb C++ API throws this class as Exceptions.
Definition at line 65 of file upscaledb.hpp.
|
inline |
Constructor
Definition at line 68 of file upscaledb.hpp.
|
inline |
Returns the error code.
Definition at line 73 of file upscaledb.hpp.
References m_errno.
Referenced by main(), run_demo(), upscaledb::cursor::~cursor(), upscaledb::db::~db(), and upscaledb::env::~env().
|
inline |
Returns an English error description.
Definition at line 78 of file upscaledb.hpp.
References m_errno, and ups_strerror().
Referenced by main(), and run_demo().
|
private |
Definition at line 83 of file upscaledb.hpp.
Referenced by get_errno(), and get_string().