Monero
Loading...
Searching...
No Matches
blockchain_db.cpp File Reference
#include <boost/filesystem.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <cstdio>
#include <iostream>
#include <chrono>
#include <thread>
#include "gtest/gtest.h"
#include "string_tools.h"
#include "blockchain_db/blockchain_db.h"
#include "blockchain_db/lmdb/db_lmdb.h"
#include "cryptonote_basic/cryptonote_format_utils.h"
Include dependency graph for blockchain_db.cpp:

Macros

#define ASSERT_HASH_EQ(a, b)

Functions

template<class t_pod_type>
std::string pod_to_hex (const t_pod_type &s)

Macro Definition Documentation

◆ ASSERT_HASH_EQ

#define ASSERT_HASH_EQ ( a,
b )
Value:
cryptonote::block b
Definition block.cpp:40
#define ASSERT_EQ(val1, val2)
Definition gtest.h:1956
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
Definition pointer.h:1124
std::string pod_to_hex(const t_pod_type &s)
Definition string_tools.h:89

Function Documentation

◆ pod_to_hex()

template<class t_pod_type>
std::string epee::string_tools::pod_to_hex ( const t_pod_type & s)