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


Public Member Functions | |
| snapshot_row_reader (T &data) | |
| void | provide (std::istream &in) const override |
| void | provide (const fc::variant &var) const override |
| std::string | row_type_name () const override |
Public Member Functions inherited from sysio::chain::detail::abstract_snapshot_row_reader | |
Public Attributes | |
| T & | data |
Definition at line 194 of file snapshot.hpp.
|
inlineexplicit |
Definition at line 195 of file snapshot.hpp.
|
inlineoverridevirtual |
Implements sysio::chain::detail::abstract_snapshot_row_reader.
Definition at line 205 of file snapshot.hpp.

|
inlineoverridevirtual |
Implements sysio::chain::detail::abstract_snapshot_row_reader.
Definition at line 199 of file snapshot.hpp.

|
inlineoverridevirtual |
Implements sysio::chain::detail::abstract_snapshot_row_reader.
Definition at line 211 of file snapshot.hpp.
| T& sysio::chain::detail::snapshot_row_reader< T >::data |
Definition at line 215 of file snapshot.hpp.