|
Monero
|
#include <boost/range/adaptor/reversed.hpp>#include "string_tools.h"#include "blockchain_db.h"#include "cryptonote_basic/cryptonote_format_utils.h"#include "profile_tools.h"#include "ringct/rctOps.h"#include "lmdb/db_lmdb.h"
Namespaces | |
| namespace | cryptonote |
| Holds cryptonote related classes and helpers. | |
Macros | |
| #define | MONERO_DEFAULT_LOG_CATEGORY "blockchain.db" |
Functions | |
| bool | cryptonote::matches_category (relay_method method, relay_category category) noexcept |
| BlockchainDB * | cryptonote::new_db () |
| template<class t_pod_type> | |
| std::string | pod_to_hex (const t_pod_type &s) |
Variables | |
| const command_line::arg_descriptor< std::string > | cryptonote::arg_db_sync_mode |
| const command_line::arg_descriptor< bool > | cryptonote::arg_db_salvage |
| #define MONERO_DEFAULT_LOG_CATEGORY "blockchain.db" |
| std::string epee::string_tools::pod_to_hex | ( | const t_pod_type & | s | ) |