#include <s_root_extension.hpp>
Definition at line 7 of file s_root_extension.hpp.
◆ s_header() [1/3]
sysio::chain::s_header::s_header |
( |
| ) |
|
|
default |
◆ s_header() [2/3]
◆ s_header() [3/3]
sysio::chain::s_header::s_header |
( |
const s_header & | other | ) |
|
|
default |
◆ operator=()
◆ to_string()
std::string sysio::chain::s_header::to_string |
( |
| ) |
const |
|
inline |
◆ operator==
Definition at line 31 of file s_root_extension.hpp.
31 {
32 return std::tie(
a.contract_name,
a.previous_s_id,
a.current_s_id,
a.current_s_root) ==
33 std::tie(b.contract_name, b.previous_s_id, b.current_s_id, b.current_s_root);
34 }
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
◆ contract_name
name sysio::chain::s_header::contract_name |
◆ current_s_id
◆ current_s_root
◆ previous_s_id
The documentation for this struct was generated from the following file: