Wire Sysio Wire Sysion 1.0.0
|
#include <snapshot.hpp>
Classes | |
class | section_writer |
Public Member Functions | |
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 () |
Protected Member Functions | |
virtual void | write_start_section (const std::string §ion_name)=0 |
virtual void | write_row (const detail::abstract_snapshot_row_writer &row_writer)=0 |
virtual void | write_end_section ()=0 |
Definition at line 115 of file snapshot.hpp.
|
inlinevirtual |
Definition at line 147 of file snapshot.hpp.
|
protectedpure virtual |
Implemented in sysio::chain::integrity_hash_snapshot_writer, sysio::chain::ostream_snapshot_writer, and sysio::chain::variant_snapshot_writer.
|
protectedpure virtual |
Implemented in sysio::chain::integrity_hash_snapshot_writer, sysio::chain::ostream_snapshot_writer, and sysio::chain::variant_snapshot_writer.
|
inline |
Definition at line 135 of file snapshot.hpp.
|
inline |
Definition at line 143 of file snapshot.hpp.
|
protectedpure virtual |
Implemented in sysio::chain::integrity_hash_snapshot_writer, sysio::chain::ostream_snapshot_writer, and sysio::chain::variant_snapshot_writer.