|
Wire Sysio Wire Sysion 1.0.0
|
#include <snapshot_suites.hpp>


Public Member Functions | |
| writer (const std::shared_ptr< write_storage_t > &storage) | |
Public Member Functions inherited from sysio::chain::variant_snapshot_writer | |
| variant_snapshot_writer (fc::mutable_variant_object &snapshot) | |
| void | write_start_section (const std::string §ion_name) override |
| void | write_row (const detail::abstract_snapshot_row_writer &row_writer) override |
| void | write_end_section () override |
| void | finalize () |
Public Member Functions inherited from sysio::chain::snapshot_writer | |
| template<typename F > | |
| void | write_section (const std::string section_name, F f) |
| template<typename T , typename F > | |
| void | write_section (F f) |
| virtual | ~snapshot_writer () |
Public Attributes | |
| std::shared_ptr< write_storage_t > | storage |
Additional Inherited Members | |
Protected Member Functions inherited from sysio::chain::snapshot_writer |
Definition at line 15 of file snapshot_suites.hpp.
|
inline |
Definition at line 16 of file snapshot_suites.hpp.
| std::shared_ptr<write_storage_t> variant_snapshot_suite::writer::storage |
Definition at line 23 of file snapshot_suites.hpp.