Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
persistence_util.hpp File Reference
#include <fc/io/cfile.hpp>
#include <fc/io/raw.hpp>
Include dependency graph for persistence_util.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  fc
 namespace sysio::chain
 
namespace  fc::persistence_util
 

Functions

cfile fc::persistence_util::open_cfile_for_read (const fc::path &dir, const std::string &filename)
 
uint32_t fc::persistence_util::read_persistence_header (cfile &dat_content, const uint32_t magic_number, const uint32_t min_supported_version, const uint32_t max_supported_version)
 
cfile fc::persistence_util::open_cfile_for_write (const fc::path &dir, const std::string &filename)
 
void fc::persistence_util::write_persistence_header (cfile &dat_content, const uint32_t magic_number, const uint32_t current_version)