|
Electroneum
|
#include "db_bdb.h"#include <boost/filesystem.hpp>#include <memory>#include <cstring>#include "cryptonote_basic/cryptonote_format_utils.h"#include "crypto/crypto.h"#include "profile_tools.h"
Namespaces | |
| anonymous_namespace{db_bdb.cpp} | |
| cryptonote | |
| Holds cryptonote related classes and helpers. | |
Macros | |
| #define | DB_DEFAULT_TX (m_write_txn != nullptr ? *m_write_txn : (DbTxn*) nullptr) |
| #define | VERSION 0 |
| #define | DB_COUNT_RECORDS(dbt, cnt) |
Functions | |
| template<typename T > | |
| void | anonymous_namespace{db_bdb.cpp}::throw0 (const T &e) |
| template<typename T > | |
| void | anonymous_namespace{db_bdb.cpp}::throw1 (const T &e) |
| #define DB_COUNT_RECORDS | ( | dbt, | |
| cnt | |||
| ) |
| #define DB_DEFAULT_TX (m_write_txn != nullptr ? *m_write_txn : (DbTxn*) nullptr) |
| #define VERSION 0 |