lmdb++
Loading...
Searching...
No Matches
lmdb::panic_error Class Referencefinal

Exception class for MDB_PANIC errors. More...

#include <lmdb++.h>

Inheritance diagram for lmdb::panic_error:
lmdb::fatal_error lmdb::error

Additional Inherited Members

- Public Member Functions inherited from lmdb::fatal_error
 error (const char *const origin, const int rc) noexcept
 Constructor.
 
- Public Member Functions inherited from lmdb::error
 error (const char *const origin, const int rc) noexcept
 Constructor.
 
int code () const noexcept
 Returns the underlying LMDB error code.
 
const char * origin () const noexcept
 Returns the origin of the LMDB error.
 
virtual const char * what () const noexcept
 Returns the underlying LMDB error code.
 
- Static Public Member Functions inherited from lmdb::error
static void raise (const char *origin, int rc)
 Throws an error based on the given LMDB return code.
 
- Protected Attributes inherited from lmdb::error
const int _code
 

Detailed Description


The documentation for this class was generated from the following file: