Wire Sysio Wire Sysion 1.0.0
|
#include <snapshot.hpp>
Public Member Functions | |
snapshot_row_writer (const T &data) | |
template<typename DataStream > | |
void | write_stream (DataStream &out) const |
void | write (ostream_wrapper &out) const override |
void | write (fc::sha256::encoder &out) const override |
fc::variant | to_variant () const override |
std::string | row_type_name () const override |
Public Member Functions inherited from sysio::chain::detail::abstract_snapshot_row_writer |
Public Attributes | |
const T & | data |
Definition at line 79 of file snapshot.hpp.
|
inlineexplicit |
Definition at line 80 of file snapshot.hpp.
|
inlineoverridevirtual |
Implements sysio::chain::detail::abstract_snapshot_row_writer.
Definition at line 102 of file snapshot.hpp.
|
inlineoverridevirtual |
Implements sysio::chain::detail::abstract_snapshot_row_writer.
Definition at line 96 of file snapshot.hpp.
|
inlineoverridevirtual |
Implements sysio::chain::detail::abstract_snapshot_row_writer.
Definition at line 92 of file snapshot.hpp.
|
inlineoverridevirtual |
Implements sysio::chain::detail::abstract_snapshot_row_writer.
Definition at line 88 of file snapshot.hpp.
|
inline |
Definition at line 84 of file snapshot.hpp.
const T& sysio::chain::detail::snapshot_row_writer< T >::data |
Definition at line 106 of file snapshot.hpp.