#include <block_log.hpp>
|
static const uint64_t | npos = std::numeric_limits<uint64_t>::max() |
|
Definition at line 39 of file block_log.hpp.
◆ block_log()
scorum::chain::block_log::block_log |
( |
| ) |
|
◆ ~block_log()
scorum::chain::block_log::~block_log |
( |
| ) |
|
◆ append()
uint64_t scorum::chain::block_log::append |
( |
const signed_block & |
b | ) |
|
◆ block_log_index_path()
fc::path scorum::chain::block_log::block_log_index_path |
( |
const fc::path & |
block_log_file | ) |
|
|
static |
◆ close()
void scorum::chain::block_log::close |
( |
| ) |
|
◆ flush()
void scorum::chain::block_log::flush |
( |
| ) |
|
◆ get_block_pos()
uint64_t scorum::chain::block_log::get_block_pos |
( |
uint32_t |
block_num | ) |
const |
◆ head()
const optional< signed_block > & scorum::chain::block_log::head |
( |
| ) |
const |
◆ is_open()
bool scorum::chain::block_log::is_open |
( |
| ) |
const |
◆ open()
void scorum::chain::block_log::open |
( |
const fc::path & |
file | ) |
|
◆ read_block()
std::pair< signed_block, uint64_t > scorum::chain::block_log::read_block |
( |
uint64_t |
file_pos | ) |
const |
◆ read_block_by_num()
optional< signed_block > scorum::chain::block_log::read_block_by_num |
( |
uint32_t |
block_num | ) |
const |
◆ read_head()
◆ npos
const uint64_t scorum::chain::block_log::npos = std::numeric_limits<uint64_t>::max() |
|
static |
The documentation for this class was generated from the following files: