Wire Sysio Wire Sysion 1.0.0
|
#include <chain_config_helper.hpp>
Public Member Functions | |
data_entry (T &c, uint32_t entry_id, Validator validate) | |
template<typename Y > | |
data_entry (const data_entry< Y, Validator > &another, typename std::enable_if_t< std::is_base_of_v< T, Y >, _dummy >=_dummy{}) | |
bool | is_allowed () const |
Public Attributes | |
T & | config |
uint32_t | id |
Validator | validator |
helper class to serialize specific class entry
Definition at line 28 of file chain_config_helper.hpp.
|
inline |
Definition at line 36 of file chain_config_helper.hpp.
|
inlineexplicit |
Definition at line 41 of file chain_config_helper.hpp.
|
inline |
Definition at line 46 of file chain_config_helper.hpp.
T& sysio::chain::data_entry< T, Validator >::config |
Definition at line 33 of file chain_config_helper.hpp.
uint32_t sysio::chain::data_entry< T, Validator >::id |
Definition at line 34 of file chain_config_helper.hpp.
Validator sysio::chain::data_entry< T, Validator >::validator |
Definition at line 35 of file chain_config_helper.hpp.