Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
variant_snapshot_suite::writer Struct Reference

#include <snapshot_suites.hpp>

Inheritance diagram for variant_snapshot_suite::writer:
Collaboration diagram for variant_snapshot_suite::writer:

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 &section_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_tstorage
 

Additional Inherited Members

- Protected Member Functions inherited from sysio::chain::snapshot_writer

Detailed Description

Definition at line 15 of file snapshot_suites.hpp.

Constructor & Destructor Documentation

◆ writer()

variant_snapshot_suite::writer::writer ( const std::shared_ptr< write_storage_t > & storage)
inline

Definition at line 16 of file snapshot_suites.hpp.

19 {
20
21 }
std::shared_ptr< write_storage_t > storage
variant_snapshot_writer writer_t

Member Data Documentation

◆ storage

std::shared_ptr<write_storage_t> variant_snapshot_suite::writer::storage

Definition at line 23 of file snapshot_suites.hpp.


The documentation for this struct was generated from the following file: